Tag: Firebase

  • Firebase Storage: Setting Up Objects for Public Access

    I have a small project using Firebase Storage service to serve some static files. By default, all files under a bucket are not accessible for public. To make files available for public access, we need to modify the rules. In the following example, my bucket is called happybucket123.appspot.com, since I need to give public permission…

  • Firebase Cloud Messaging

    Firebase Cloud Messaging — the new version of Google Cloud Messaging (GCM) under the Firebase brand. It inherits GCM’s core infrastructure, with new SDKs to make Cloud Messaging development easier.