1,377 questions
0
votes
0
answers
311
views
React Native Deeplinking with Push Notifications Doesn't Work when App is closed
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 ...
1
vote
0
answers
37
views
Is there a reason why I am getting User undefined?
This is how my App.js looks:
// App.js
import React, { useEffect, useState } from 'react';
import { NavigationContainer, DefaultTheme } from '@react-navigation/native';
import { createStackNavigator } ...
0
votes
1
answer
298
views
How to revoke a (or all) notifications if the app is killed
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 ...
0
votes
0
answers
149
views
Failed to get FCM Token in React native production build (TV Application) [react-native-firebase]
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 ...
2
votes
1
answer
824
views
Android Bundling failed Unable to resolve "expo-auth-session" from "node_modules\@clerk\clerk-expo\dist\useOAuth.js":
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 &...
2
votes
1
answer
730
views
How to Use Environment Variables in Expo React Native for Firebase Initialization
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 ...
2
votes
1
answer
2k
views
React native push notifications app is keep crashing on Android 14 and it's working fine on Android 11
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)...
0
votes
1
answer
504
views
Push notification when app is open in react native
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 ...
0
votes
2
answers
3k
views
React-Native-Firebase - Migrating from legacy FCM APIs to HTTP v1
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:
...
1
vote
0
answers
74
views
How to perform text selection inside images in React Native
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 ...
1
vote
0
answers
320
views
Module not found: Can't resolve 'react-native/Libraries/Utilities/binaryToBase64' in '..\node_modules\@react-native-firebase\app\lib\common'
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 ...
0
votes
1
answer
148
views
"location.protocol" must be http, https or chrome-extension and web storage must be enabled. (auth/operation-not-supported-in-this-environment)
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 ...
1
vote
1
answer
580
views
Updating google consents on React Native Application
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 ...
1
vote
0
answers
71
views
React Native Firebase Functions on Expo not running
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 ...
0
votes
0
answers
42
views
How can my Firebase authentication page handle existing and non-existing users?
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 ...
0
votes
2
answers
2k
views
Can't solve: Execution failed for task ':react-native-firebase_app:compileDebugJavaWithJavac'
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 ...
1
vote
1
answer
187
views
React Native Firebase/Functions throwing Error: UNAUTHENTICATED
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: "...
0
votes
1
answer
283
views
How to disable sound when receiving notification from FCM in expo react-native-app
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 ...
0
votes
1
answer
389
views
I'm using @react-native-firebase and I'm trying to build my iOS app but getting this error: RNFirebase core module was not found natively on iOS
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`...
0
votes
1
answer
189
views
My createContext() wont work with @react-native-firebase/app
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 ...
5
votes
0
answers
2k
views
Could not set unknown property 'classifier' for task ':expo-firebase-core:androidSourcesJar' of type org.gradle.api.tasks.bundling.Jar
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 ...
0
votes
2
answers
683
views
React-Native-Firebase - No Firebase App '[DEFAULT]' has been created - call firebase.initializeApp() (on Android, despite correct setup)
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 ...
0
votes
1
answer
45
views
How can I safely delete a video from Firebase storage with React Native Firebase?
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,
...
0
votes
0
answers
25
views
Using Firebase Crashlytics in SDK [duplicate]
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 ...
2
votes
1
answer
2k
views
getting - error: package android.content does not exist import android.content.Context; for my react native - android run
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 ...