mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix firebase auth auto completion
This commit is contained in:
2
src/components/CodeEditor/firebaseAuth.d.ts
vendored
2
src/components/CodeEditor/firebaseAuth.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
|
||||
/* eslint-disable @typescript-eslint/ban-types */
|
||||
|
||||
export namespace admin.auth {
|
||||
declare namespace firebaseauth {
|
||||
/**
|
||||
* Interface representing a user's metadata.
|
||||
*/
|
||||
|
||||
@@ -176,7 +176,7 @@ export default function useMonacoCustomizations({
|
||||
"const ref: FirebaseFirestore.DocumentReference;",
|
||||
"const storage: firebasestorage.Storage;",
|
||||
"const db: FirebaseFirestore.Firestore;",
|
||||
"const auth: adminauth.BaseAuth;",
|
||||
"const auth: firebaseauth.BaseAuth;",
|
||||
"declare class row {",
|
||||
" /**",
|
||||
" * Returns the row fields",
|
||||
|
||||
Reference in New Issue
Block a user