-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐛] Property 'firebase' doesn't exist 😱 #8375
Comments
I have released a PR that should fix this, thanks for your ticket. |
We're still seeing this in When calling It worked fine for us in Thanks for your work on this @MichaelVerdon - I wonder if you have any thoughts about an underlying cause here? Tested on physical Android 14 device running React Native 0.76.7. |
@birdofpreyru I wonder if this is fixed for you? It would seem strange that the PR would fix |
@Nantris I don’t know, when I bumped into the problem, I worked it around by taking |
Thanks for your reply! Just wanted to update that @mikehardy I think something is wrong here beyond what #8377 tried to addressed. Edit: Actually it seems like |
Reopening to make sure we take a look (note that we have not released a version with the PR yet, so it is possible that it is fixed, just not released yet...) |
Ah I see! My mistake. It's very possible this is fixed then. I'll keep an eye out for the next release. Thanks so much! |
Seems like Just wanted to update on my findings, though it may already be known and I'm not sure it matters anyway since this may be fixed. |
The new version of react-native-firebase with most of the fixes is out - there are still some fixes to work through but...hopefully this fixes up the firebase issues, if not will do a quick follow-on |
Issue
The latest v21.11.0 version of the lib, after upgrading to its new, modular API, inside the

database
lib module:I also see, there is the same error just above, at the line 112 of that file.
Project Files
Javascript
Click To Expand
package.json
:# N/A
firebase.json
for react-native-firebase v6:# N/A
iOS
Click To Expand
ios/Podfile
:# N/A
AppDelegate.m
:// N/A
Android
Click To Expand
Have you converted to AndroidX?
android/gradle.settings
jetifier=true
for Android compatibility?jetifier
for react-native compatibility?android/build.gradle
:// N/A
android/app/build.gradle
:// N/A
android/settings.gradle
:// N/A
MainApplication.java
:// N/A
AndroidManifest.xml
:<!-- N/A -->
Environment
Click To Expand
react-native info
output:react-native-firebase
version you're using that has this issue:e.g. 5.4.3
Firebase
module(s) you're using that has the issue:e.g. Instance ID
TypeScript
?Y/N
&VERSION
React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: