Firebase Notifications - How to Send Notifications only to Specific Users?
问题 I'm building an app using Firebase Notifications where a user can enter their zip code and then receive notifications for specific events happening in their locality. How do I only send notifications to a specific user? I've tried including Zip Code in the Advanced Options sections of Firebase Notifications, but it still sends the notification to all users. 回答1: Seems like Topics is what you are looking for. When the user enters their zipcode you can subscribe them to a topic eg: /topics/zip