-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐛] Firebase functions httpsCallable error after 21.6.2 upgrade (only on Android) #8227
Comments
Something else is going on, the asserted reason of "upgrade from 21.6.1 to 21.6.2" cannot be the cause There are zero things affecting functions in the diff v21.6.1...v21.6.2 What else could be affecting it? What does adb logcat etc say? |
also worth noting, httpsCallable is tested in our e2e rig and functions fine apparently? react-native-firebase/packages/functions/e2e/functions.e2e.js Lines 175 to 260 in 9b5c405
|
Issue
After updating the @react-native-firebase/functions package to version 21.6.2, the httpsCallable function returns an error only on Android. Reverting to version 21.6.1 resolves the issue, and making an HTTP call using fetch also works.
Project Files
Javascript
Click To Expand
package.json
:firebase.json
for react-native-firebase v6:# N/A
iOS
Click To Expand
ios/Podfile
:# N/A
AppDelegate.m
:// N/A
Android
Click To Expand
Have you converted to AndroidX?
android/gradle.settings
jetifier=true
for Android compatibility?jetifier
for react-native compatibility?android/build.gradle
:android/app/build.gradle
:android/settings.gradle
:MainApplication.java
:// N/A
AndroidManifest.xml
:Environment
Click To Expand
react-native info
output:react-native-firebase
version you're using that has this issue:Firebase
module(s) you're using that has the issue:TypeScript
?React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: