k119_55524
k119_55524

Reputation: 1

Firebase + Unity3D = custom Push notification

Is it possible to receive custom notifications in a bundle of Unity and Firebase in the same way: https://developer.android.com/training/notify-user/custom-notification .

Thanks in advance for your help.

Upvotes: 0

Views: 1023

Answers (1)

Patrick Martin
Patrick Martin

Reputation: 3131

If you just want to show a notification like in that link, the Unity equivalent would be the "Mobile Notifications" package. If you have a more specific question about customizing the look and feel, I can try to help. But you should look at the "AndroidNotification" class.

If you intended to link to how to customize Firebase In-App Messages, that API is not yet exposed to Firebase for Unity. You can use Firebase Cloud Messaging on Unity, but it doesn't provide the amount of control in that link.

I hope that helps!

--Patrick

Upvotes: 1

Related Questions