Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
311 views

I'm trying to redirect the user to a specific screen when tapping on a push notification, it works fine when the app is visible (with both Onesignal & RN-firebase/messaging) or even standing by in ...
Mo3tasm's user avatar
  • 41
1 vote
0 answers
37 views

This is how my App.js looks: // App.js import React, { useEffect, useState } from 'react'; import { NavigationContainer, DefaultTheme } from '@react-navigation/native'; import { createStackNavigator } ...
newDevAttempt2's user avatar
0 votes
1 answer
298 views

currently, I'm handling a notification task using react-native + react-native-firebase to push notifications. If the user has read a notification on the website, I want to revoke that notification on ...
Phạm Chỉnh's user avatar
0 votes
0 answers
149 views

I tried to get the FCM token in react native with the help of the "@react-native-firebase/messaging" version ^19.2.2. const fcmToken = await messaging().getToken(); It is working fine in ...
Rajeshkumar S's user avatar
2 votes
1 answer
824 views

I have error after I add NavigationContainer and that's the error message : Android Bundling failed 3758ms C:\My Work\React Native\First\node_modules\expo\AppEntry.js (876 modules) Unable to resolve &...
Soufiane Fathaoui's user avatar
2 votes
1 answer
730 views

I'm working on a React Native project using Expo and I'm trying to initialize Firebase using environment variables for better security and configurability. However, I'm facing issues in properly ...
Hamdi Al Masalmeh's user avatar
2 votes
1 answer
2k views

I implemented the React Native push notifications library today inside our app. It was working fine before, and now it's working on Android debug mode and Android 11 (tested on both phone and emulator)...
Aditya's user avatar
  • 21
0 votes
1 answer
504 views

I am using firebase to send push notification to my react native app. I am able to send notification to my device. I am using https://fcm.googleapis.com/fcm/send to send notification. Below is the ...
pratteek shaurya's user avatar
0 votes
2 answers
3k views

I'm implementing push notifications using Firebase Cloud Messaging service in my app. The approach I'm using is that I'm obtain the FCM token using library react-native-firebase - something like this: ...
AndrewHoover898's user avatar
1 vote
0 answers
74 views

I'm working on a React Native app that utilizes Vision Camera for capturing photos, and I aim to enable users to select text from these photos, akin to the functionality found on iPhones. Thus, I ...
PietroPutelli's user avatar
1 vote
0 answers
320 views

I'm trying to add react-native-firebase/app, database support to an existing react native app. After adding & installing @react-native-firebase/app (&database). When the app is started it ...
Bakavani's user avatar
  • 130
0 votes
1 answer
148 views

I am new to react native and firebase I had a issue regard to my app which is a cross-platform app(android, ios). I encounter this issue where i just cannot verify user phone number using the firebase ...
JC Lim's user avatar
  • 1
1 vote
1 answer
580 views

I recently received an email from google asking to modify some params related to analytics. I am having issues trying to update the value of ad_storage. When i read the documentation, i can not find ...
Adriana Ansoain Hernández's user avatar
1 vote
0 answers
71 views

I am using React Native Firebase Functions in my Expo project and there is no config plugin for it yet. When I run the project I get an error message saying: You attempted to use a firebase module ...
Victor's user avatar
  • 445
0 votes
0 answers
42 views

I have this basic react native authentication page set up with firebase phone authentication. The verification code is successfully sent to the user, but when i enter and validate the given code, my ...
JeCh0's user avatar
  • 41
0 votes
2 answers
2k views

I've been creating an app with react native and keep running into this error. So far, all I've done has been to create a new project, make some basic pages for it with javascript in WebStorm and then ...
Ben Firsty's user avatar
1 vote
1 answer
187 views

I have a Google Cloud Function deployed successfully. It works in the browser, but when I try to call it from my React Native project using React Native Firebase, I get a console warning: "...
Sassenach6868's user avatar
0 votes
1 answer
283 views

I am sending notifications from dotnet server using Firebase admin to React Native app. Everything is working fine in every situation (foreground, background, dead) but I want the user to be able to ...
Alex Karamanis's user avatar
0 votes
1 answer
389 views

Here's the full context of the error: Error: RNFirebase core module was not found natively on iOS, ensure you have correctly included the RNFirebase pod in your projects Podfileand have runpod install`...
Patrishey Manan's user avatar
0 votes
1 answer
189 views

I created a useContext to access my react-native-firebase/auth gloabally. Im runnning the app using expo run:ios I've done pod update and no errors. None of the components are working properly anymore ...
Demetris's user avatar
5 votes
0 answers
2k views

Build/Submit details page URL https://expo.dev/accounts/mensafri/projects/rs-unimus/builds/f3f82e89-2b58-46e1-92a7-89f4393b1087#run-gradlew Summary cant build my react native with eas build -p android ...
Safri Jawad's user avatar
0 votes
2 answers
683 views

React Native 0.71.3 + Typescript. Project uses ProGuard too, apparently. I'm trying to integrade push notifications through cloud messaging. I've only tested it on Android. I did all the steps ...
AndrewHoover898's user avatar
0 votes
1 answer
45 views

I have a react native chat application where users can send messages to other users. A simplified message object looks like this: interface Message { senderId: string, text: string, ...
Anno's user avatar
  • 871
0 votes
0 answers
25 views

I am working on SDK which uses react native. And I want to integrate Firebase crashlytics into my SDK. I was able to do it and I am using https://rnfirebase.io/ and all data are collected right. My ...
Lukáš Šálek's user avatar
2 votes
1 answer
2k views

error file - node_modules/@react-native-firebase/app/android/src/main/java/io/invertase/firebase/common/UniversalFirebaseModule.java:21: targeted sdk - build.gradle files are all aligned, sdk manager ...
smart solutions's user avatar

1
2
3 4 5
28