mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
update auth def for extensions
This commit is contained in:
2
src/components/CodeEditor/extensions.d.ts
vendored
2
src/components/CodeEditor/extensions.d.ts
vendored
@@ -12,7 +12,7 @@ type ExtensionContext = {
|
||||
ref: FirebaseFirestore.DocumentReference;
|
||||
storage: firebasestorage.Storage;
|
||||
db: FirebaseFirestore.Firestore;
|
||||
auth: adminauth.BaseAuth;
|
||||
auth: firebaseauth.BaseAuth;
|
||||
change: any;
|
||||
triggerType: Triggers;
|
||||
fieldTypes: any;
|
||||
|
||||
Reference in New Issue
Block a user