Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
38 views

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-...
Parveen Kumar's user avatar
0 votes
0 answers
27 views

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"; ...
rjapenga's user avatar
  • 277
0 votes
1 answer
60 views

I'm using "@react-native-firebase/firestore": "^23.1.1", "@react-native-firebase/functions": "23.1.1" "@react-native-firebase/app": "^23.1.1"...
Roy Lee's user avatar
1 vote
1 answer
190 views

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. ...
albro3459's user avatar
1 vote
1 answer
142 views

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: ...
Umar Javed's user avatar
1 vote
1 answer
78 views

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. ...
Ivan Rojas's user avatar
0 votes
1 answer
69 views

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 ...
Sharabh Mishra's user avatar
0 votes
0 answers
27 views

For some reason even though my payload sends the "data" in the correct place and format, as soon as it gets to xcode, it get "stripped" and moved to the top level, so any click ...
karel lahmy's user avatar
0 votes
1 answer
154 views

I have upgraded a React Native application from react-native - 0.69.12 > 0.76.3 I have also upgraded all the 3rd party libraries that the app used and got rid of the ones that were deprecated and ...
rstefan1989's user avatar
0 votes
1 answer
368 views

I’m using React Native 0.71 with @react-native-firebase/messaging alongside react-native-push-notification to handle push notifications in my app for android. The notifications are data-only, and have ...
Narwhal's user avatar
  • 11
0 votes
1 answer
830 views

I created a new React Native project and I'm using rnfirebase.io Cloud Messaging. The documentation says to use it like in this example and that's how I'm using it: Doc But I have warning message in ...
Hasan ABLAK's user avatar
1 vote
1 answer
475 views

App.js:296 Error in token retrieval: NativeFirebaseError: [messaging/unknown] The operation couldn’t be completed. No APNS token specified before fetching FCM Token Getting Error while fetching FCM ...
Raj M's user avatar
  • 11
3 votes
0 answers
124 views

I am using React Native Firebase Auth in my project with only sign up/in with phone number. When using my test phone number everything is working correctly. But as soon as I use a different phone ...
RedBeard's user avatar
  • 149
3 votes
4 answers
10k views

I am using firebase in my react native project for authentication and getting this warning even after updating my code according to modular api - This method is deprecated (as well as all React ...
Muskan Verma's user avatar
1 vote
1 answer
96 views

im using react-native-firebase v21.6.1 and im trying to start the auth service emulation. Ive gotten the firestore and functions emulation working. firebase.json "emulators": { "...
benwl's user avatar
  • 512
0 votes
1 answer
125 views

I am using this code for signing in with @react-native-google-signin/google-signin on my expo react native app async function onGoogleButtonPress() { try { // Start Google Sign-In process ...
Alex Wilson's user avatar
0 votes
0 answers
44 views

All of a sudden notifications have stopped working on iOS. the logs on the Xcode console are showing two warning: 2024-12-31 19:23:31.439656+0500 trivialapp[31127:217995] 10.3.0 - [FirebaseCore][I-...
Wahas Ali Mughal's user avatar
0 votes
0 answers
35 views

When I'm receiving FCM (Firebase Cloud Messages) on my emulator device it's showing this error and App crashed in build not in local. Started happening recently when I upgraded to react native version ...
Aditya Upadhyay's user avatar
0 votes
0 answers
102 views

Relatively new to react native development so bear with my ignorance. Just started to add react native firebase to my RN project (with expo router) to add authentication through email and through ...
john's user avatar
  • 1
0 votes
2 answers
236 views

i am a react js developer trying to make and deploy an react native app, using expo cli, i am pretty much done but expo eas cli android apk is showing network error , it is working in web version but ...
Aman Narang's user avatar
0 votes
1 answer
56 views

I am using firebase authentication in my react-native app developing. When I create user using firebase authentication, firebase sends verification email automatically. But I want firebase not to send ...
Ahti Kara's user avatar
1 vote
0 answers
107 views

basically the situation is i receive a ( data-only ) remote message and then push a local notification and add actions to it, but when it comes to handling em in background and quit state, i click the ...
NikLaus Mikaelson's user avatar
0 votes
1 answer
159 views

I want to use piechart in React my react native version 0.74 earlier I was using 0.63 and reactnnative piechart package was working fine so now I installed react native gifted charts for the same but ...
Varnika Gupta's user avatar
2 votes
2 answers
469 views

My Firebase project contains multiple Firestore databases, and I need to switch between these databases in my code. const response = await firestore().collection(collectionId).doc(savedId).get().then((...
Hari Karthyk's user avatar
0 votes
0 answers
97 views

I have added Firebase analytics to my app where I log the events using analytics library. The code for same is analytics().logEvent('channel_opened'); But the problem is that the app does not shows ...
Rohit Aggarwal's user avatar

1
2 3 4 5
28