I'm developing my first flutter App. I've started using Firebase Database, but I change to Firestore. How can I remove all files Realtime Database related?
Related
I'm trying to setup push notifications for Android in my managed React Native Expo project. I have carefully followed the official guidelines Push-notifications overview and Using FCM for Push Notifications for Android.
I have created a new firebase project for my Android application. Then in the Cloud Messaging tab of the firebase project, I copied the Server Key (FCM API Key). I also downloaded the generated google-services.json into my Expo project.
Then I started a new EAS build. But when I run, from terminal, expo push:android:show, I'm getting the title error:
There is no FCM API key configured for this project
It turns out that the command expo push:android:show is deprecated.
Instead I should use eas credentials , select the android platform and follow the instructions to display all my keys and credentials, including the FCM API key
I am trying to build a cross platform app. I have used firebase for database. Anyway to use firebase storage for flutter desktop ?(Windows)
There is currently no support for running Flutter apps that use Firebase Realtime Database for Windows. Only macOS is supported according to the table on firebase.flutter.dev.
Also see:
Flutterfire cli not showing windows and linux as an option for platform to support
I applied all sdk, implementation, classpath and plugin of new Firebase crashlytics but not connecting or communicating to firebase crashlytics.
It always show loader while i open crashlytics page in firebase console.
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 am using flutter. It is compulsory to give underscore in the project name while making project in flutter.
But when we connect it to firebase ios then it give error because firebase ios do not accept underscore in bundle id.
my package name is com.example.hello_world.