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>
7373
7474external fun getFirestore (app : FirebaseApp ? = definedExternally): Firestore
7575
76- external fun initializeFirestore (app : FirebaseApp ? = definedExternally, settings : dynamic = definedExternally, databaseId : String? = definedExternally): Firestore
77-
7876external fun increment (n : Int ): FieldValue
7977
80- external fun initializeFirestore (app : FirebaseApp , settings : Any ): Firestore
78+ external fun initializeFirestore (app : FirebaseApp , settings : dynamic = definedExternally, databaseId : String? = definedExternally ): Firestore
8179
8280external fun limit (limit : Number ): QueryConstraint
8381
You can’t perform that action at this time.
0 commit comments