Skip to content

Commit 840b26a

Browse files
committed
fix: instance check
1 parent 9d18b45 commit 840b26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase-core/index.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class FirebaseApp {
116116
#options: FirebaseOptions;
117117

118118
static fromNative(app: com.google.firebase.FirebaseApp) {
119-
if (app instanceof FIRApp) {
119+
if (app instanceof com.google.firebase.FirebaseApp) {
120120
const fb = new FirebaseApp();
121121
fb.#native = app;
122122
return fb;

0 commit comments

Comments
 (0)