Push notification configuration for android

Hello everyone, I apologize in advance for my poor translation from English, as I’m French.

I’m currently learning how to configure push notifications.

On the Android side, we’re asked, in the documentation bubble, to create an application in Firebase.

Firebase asks me for these two pieces of information:

Enter the name of your Android package (it must match the ID of the bundle used in your application).

Add your SHA-1 debug signing certificate, not required for push notifications.

Can anyone tell me where these two pieces of information can be found in my bubble application settings?

Thanks in advance.

Hi!

You can get these data only after deploying initial build. So first you build an app, than you have to deploy that first initial build and you will get all the data. And than you can configure push notifications and release another build (new deploy).