File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
firebase-firestore/src/jsMain/kotlin/dev/gitlive/firebase/firestore/externals Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,9 @@ external fun getDocs(query: Query): Promise<QuerySnapshot>
73
73
74
74
external fun getFirestore (app : FirebaseApp ? = definedExternally): Firestore
75
75
76
- external fun initializeFirestore (app : FirebaseApp ? = definedExternally, settings : dynamic = definedExternally, databaseId : String? = definedExternally): Firestore
77
-
78
76
external fun increment (n : Int ): FieldValue
79
77
80
- external fun initializeFirestore (app : FirebaseApp , settings : Any ): Firestore
78
+ external fun initializeFirestore (app : FirebaseApp , settings : dynamic = definedExternally, databaseId : String? = definedExternally ): Firestore
81
79
82
80
external fun limit (limit : Number ): QueryConstraint
83
81
You can’t perform that action at this time.
0 commit comments