In a few words
- Create a project on Google’s site (Firebase)
- Register your Android app there
- Download an authorization file (JSON format)
- Paste it in Notifique under ⚙️ Settings → Android
What you’ll paste in Notifique
The package name is like the app’s ID on Android. It must be the same in Firebase, Notifique, and your project. If one place is different, push won’t work.
Step 1: Sign in to Firebase
- Open console.firebase.google.com
- Sign in with Google
- Click Add project and follow the screens until Create project
Step 2: Register the Android app
- On the project screen, click the Android icon (green robot)
- Under Package name, type your app’s name, the same one your developer uses (e.g.
com.mystore.app) - Click Register app
- Firebase offers a
google-services.jsonfile, download and keep it. Your developer puts it in the Android project (so phones can receive alerts) - Click Continue through the wizard
Step 3: Enable messaging (Cloud Messaging)
- Left menu: Build → Cloud Messaging
- Accept terms the first time
Step 4: Download the authorization file (JSON)
- Click the gear ⚙️ next to Project overview
- Go to Project settings
- Service accounts tab
- Click Generate new private key and confirm
- Your browser downloads a
.jsonfile
Step 5: Paste into Notifique
- Open app.notifique.dev → Push → your app
- Click ⚙️ (top right)
- Scroll to Android
- Paste the full JSON in the first field
- Check that Project ID appeared
- In Package name, type the same name from step 2
- Click Save changes
Step 6: Test
- Back to Push App screen → Android tab
- Copy the code shown (or ask your developer to paste it)
- Open the app on an Android phone
- Send a test alert from the Notifique dashboard

