This is required for push notifications.
- Go to Firebase Console.
- Create a new project.
Bubbl uses Firebase Cloud Messaging (FCM) to deliver push notifications.
- Register your app using your
applicationId. - Download
google-services.json.
This binds your app package name to your Firebase project.
- Put
google-services.jsonhere:/Users/jackwright/Projects/Bubbl/bubbl-internal-android-host-app/app/google-services.json
Environment-Specific File
This file is environment‑specific. Never commit production keys to public repos.
- Ensure Cloud Messaging is enabled in Firebase.
Without FCM, the SDK cannot receive push notifications.