1,375 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
85
views
Firebase Analytics first_open event has update_with_analytics = 1 after iOS device reset — why?
I’m using Google Firebase Analytics on my React Native iOS app and I’m seeing an unexpected behavior with the first_open event and the update_with_analytics parameter.
According to the Firebase ...
0
votes
0
answers
97
views
ERROR FIREBASE XCODE: Support Files/gRPC-C++/gRPC-C++-dummy.m module map file
After installing modules shown below I keep getting this error, after trying to run an app in Xcode:
firebase: 11.1.0
@react-native-firebase/app: 23.7.0
@react-native-firebase/auth: 23.7.0
@react-...
0
votes
2
answers
249
views
How to integrate @react-native-firebase/messaging with Expo managed workflow without errors?
I am developing an Expo app and want to implement push notifications with images. Unfortunately, expo-notifications does not support images in push notifications, so I want to use @react-native-...
1
vote
0
answers
68
views
Not able to save document using React Native 0.81.4 & firebase
I am using react-native 0.81.4 CLI along with the following Firebase packages:
"@react-native-firebase/app": "^23.5.0",
"@react-native-firebase/firestore": "^23.5.0&...
0
votes
0
answers
38
views
Why am I getting a warning when I used the analytics().setAnalyticsCollectionEnabled
I have migrated to react-native-firebase 22.2.1. I am using Expo SDK 53 and React Native 0.79.6. I import the packages as below:
import analytics from "@react-native-firebase/analytics";
...
2
votes
1
answer
166
views
React Native iOS: Push Notification Listeners Not Triggering Despite Notifications Being Received
I am building a React Native (Bare Workflow) application using @react-native-firebase/messaging.
The core issue is that while iOS system push notifications are being received and displayed correctly (...
0
votes
1
answer
73
views
React Native Expo App: Firebase Cloud function Call Error: Could not connect to the server
I'm using "@react-native-firebase/firestore": "^23.1.1",
"@react-native-firebase/functions": "23.1.1"
"@react-native-firebase/app": "^23.1.1"...
0
votes
0
answers
115
views
Expo React Native Firebase App iOS crashes when opening navigating to auth screens
I'm working on an Expo RN app with React-Native-Firebase. In the past, I've had no issues with building and releasing the app. However, it seems recently every release build I've put out (either on ...
1
vote
1
answer
230
views
Build failed: "GoogleService-Info.plist" is missing, make sure that the file exists
I'm getting this error while trying to run my Expo EAS Cloud build for my React Native app with Expo:
Build failed: "GoogleService-Info.plist" is missing, make sure that the file exists.
...
1
vote
0
answers
30
views
Cloud Messaging - Will new key prevent existing app from receiving notifications?
I have an existing published app on Play Store and App Store. The app writes the device token to a Firestore database. A Cloud Function picks up the token and sends a push notification message to the ...
1
vote
1
answer
185
views
Sign in with Apple throws Apple Sign-In Error: [The operation couldn’t be completed (com.apple.AuthenticationServices.AuthorizationError error 1000.)]
I am trying to implement Signin with Apple using RNFirebase. I have exactly followed the the steps mentioned here but it is always giving me the following error
ERROR Apple Sign-In Error: [Error: ...
-1
votes
1
answer
141
views
React Native Maps shows blank white screen on iOS after Firebase integration
After integrating Firebase for push notifications into my React Native app, react-native-maps displays a blank white screen on iOS only. The same code works perfectly on Android, and iOS was working ...
1
vote
1
answer
84
views
FCM: I don't understand "An application instance cannot be subscribed to more than 2000 topics."
I'm implementing notifications with Firebase Cloud Messaging (FCM) using NodeJs on the server of the company where I work using "firebase-admin" and @react-native-firebase/messaging at Expo.
...
0
votes
0
answers
55
views
Firebase Auth [auth/app-not-authorized] error only on APK — PlayIntegrity fails basic integrity, works in dev & .aab (React-Native)
I’m facing an issue with Firebase Authentication when trying to log in from my Android APK build.
When I try to log in via the APK, I get this error:
[Error: [auth/app-not-authorized] This app is not ...
0
votes
1
answer
79
views
How to upload a new application as a replacement to another application on playstore
We had a mobile app on playstore, which was built via react native cli. But now in order to improve the application. We have built an entirely new application with Expo managed workflow, along with ...