I have yesterday added Firebase iOS project in my console and enabled the crashlytics after that only loading is appearing not sure it's firebase problem or something is wrong.
Related
Firebase sent the following message :-
"Note: The Fabric SDK is now deprecated and will continue reporting your app's crashes until November 15, 2020. On this date, the Fabric SDK and old versions of the Firebase Crashlytics SDK will stop sending crashes for your app. To continue getting crash reports in the Firebase console, make sure you upgrade to the Firebase Crashlytics SDK versions 17.0.0+ for Android,4.0.0+ for iOS, and 6.15.0+ for Unity."
I followed the steps given in the bellow link :-
https://github.com/a-imai/XamarinCrashlyticsUpgradeSample
Uninstall existing crashlytics packages
Install new packages
Reinstall google-service.json
added <string name="com.google.firebase.crashlytics.mapping_file_id">1.0</string> to strings.xml
delete <meta-data android:name="firebase_crashlytics_collection_enabled" android:value="false" /> from AndroidManifest.xml
Remove Fabric reference from MainActivity.cs i.e delete Fabric.Fabric.With(this, new Crashlytics.Crashlytics());
In MainActivity.cs, under OnCreate(), I added small code to crash the app
When I run the app, App is crashing but The Problem I am getting is not able to get crash reported under Firebase Crashlytics. But not every this this is happening, yesterday i got crash reported in firebase crashlytics. But today app is crashing but not getting crash reports in firebase console
I am working on react native app and integrated firebase crashlytics in that. If I run app from iOS folder using Xcode and crash the app its showing logs in firebase. But same if i run from visual code and crash the app the logs are not getting in firebase.
Is there anything i am missing which is causing this issue?
I am new to react native please let me know if more information needed to solve issue.
Thank You for help.
use sentry to check crash report in react-native
firebase authentication is not working on my flutter iOS app. While I have no problem on the android app, I get ERROR INTERNAL_ERROR when trying to sign in with email or create user with email. Firebase firestore works fine.
I'm using these dependencies:
firebase_core: ^0.4.0+1
cloud_firestore: ^0.12.9+4
firebase_auth: ^0.14.0+5
firebase_analytics: ^5.0.2
firebase_performance: ^0.3.0+5
I tried everything I could imagine: deleting and rebuilding the ios folder, updating the firebase dependencies, deleting the iOS app in the firebase console and downloading another googleService-Info.plist. Nothing helped.
I also tried creating a new firebase project and tested authentication on this one. Oddly this project is working, which leads me to the conclusion, that the problem is on the firebase project side.
Any idea where the problem could be?
I am trying to migrate my flutter app to androidx but when i migrate it, it shows at popup saying
No Usages Found in Project
This project is using firebase but before integrating firebase it was working fine.
can anyone find solution for this problem?
I've tried initializing Firebase on Unity for iOS app only, and I'm getting this error while running:
Unable to load options for default app ([/Users/yaniv/Downloads/21312111222/New Unity Project333/Assets/StreamingAssets/google-services-desktop.json, /Users/yaniv/Downloads/21312111222/New Unity Project333/Assets/StreamingAssets/google-services.json] are missing or malformed)
I know that for cross-platform apps, I usually download the google-services.json from the Firebase project settings, but in this case, I have no Android apps under this project (it's an iOS app only).
How can I prevent Firebase from request it?