Has anyone successfully set up and got working push notifications within a FB AI Studio app?
I have spent a day and failed at every corner.
Has anyone successfully set up and got working push notifications within a FB AI Studio app?
I have spent a day and failed at every corner.
What language are you using? Flutter?
Im using Next JS with firebase ai studio
Push notifications are more commonly used in mobile apps than web apps, but if you’re going to implement push notifications in a web app you’ll need to familiarize yourself with Service Workers.
Prompt the model to follow a subscription-publish model (sub/pub) like this example: