- Login to https://console.firebase.google.com and create a new project
- After project is created you should see options to add Firebase to your iOS and Android apps
- Let's start adding firebase to our Android application. Package name must match your Android app package name.
- Download the file google-services.json
- Add Firebase to iOS App. Bundle identifier must match your iOS app bundle identifier.
- Download GoogleService-Info.plist
-
Configure APNs with FCM: https://firebase.google.com/docs/cloud-messaging/ios/certs
-
Upload iOS TLS certificate/auth token on Settings -> Cloud Messaging section:
<= Back to Table of Contents