react-native-firebase
react-native-firebase copied to clipboard
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services.
The app fails on first launch after updating through TestFlight or after first install through TestFlight due to a Firestore permission issue. ``` Non-fatal Exception: JavaScriptError [firestore/permission-denied] The caller does...
### Description Recently (I guess starting with 0.74.0), react-native started creating kotlin files, rather than java ones. For the "Enabling Multidex" section, I added kotlin code, in addition to the...
hi there, i have this bug. Chen i use firebase messages in my react native project. When display notifications in xiaomi devices, i can't view the icon of my app,...
Item needs extra fields for logging, particularly for Purchase and Begin Checkout. https://developers.google.com/analytics/devguides/collection/ga4/reference/events?client_type=gtag#begin_checkout_item https://rnfirebase.io/reference/analytics/item Please find below the differences between GA4 and rnfirebase: | AnalyticsEventItem | RNFirebase Item | |...
### Description As issue, the newly introduced exception syntax breaks the some versions of jdk. (ex: JDK11, [email protected]) ### Related issues fix #7816 ### Release Summary ### Checklist - I...
## Issue So `auth.onAuthStateChanged()` works fine when I open the app in emulator. However, when I press R on the metro terminal the app reloads but `auth.onAuthStateChanged()` does not fire....
Does what it says on the tin
"@react-native-firebase/auth": "^20.0.0", "react-native": "0.72.6", > Task :react-native-firebase_auth:compileDebugJavaWithJavac FAILED Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. after: ./gradlew build --warning-mode all > Task :react-native-firebase_auth:compileDebugJavaWithJavac...
## Issue Build fails with: ``` [RUN_FASTLANE] ▸ ** BUILD FAILED ** [RUN_FASTLANE] ▸ The following build commands failed: [RUN_FASTLANE] ▸ CompileSwift normal x86_64 /var/folders/y5/pp8xq1qd1f78jth_11nsxndh0000gn/T/eas-build-local-nodejs/2ef58d11-a41c-4e8e-8099-e21ea9c41818/build/packages/mobile/ios/Pods/FirebaseCoreInternal/FirebaseCore/Internal/Sources/HeartbeatLogging/Storage.swift (in target 'FirebaseCoreInternal' from project...
## Issue We are encountering an issue where iOS users occasionally see twice the push notifications. First time the notification is displayed by the OS as we send a push...