Can I send push notification without using device token

1,138

You can send messages to client apps using topic messaging, but each client app will need to be subscribed to the named topic. You will not be able to single out a specific device without a device token.

Share:
1,138
Hasini
Author by

Hasini

I am a novel software developer who is trying to study new technologies.

Updated on December 13, 2022

Comments

  • Hasini
    Hasini over 1 year

    I want to send automatic push notifications to my clients who are installing my flutter application. Can I do it without getting their device tokens. I am using firestore as my database