WebGL API for Firebase


Need to use Firebase on your WebGL project? You came to the right place!


by Marks


Price History +

This plugin allows you to use the firebase modular api on webgl builds. You can use the following modules.


  1. Analytics
  2. App
  3. App-check
  4. Auth
  5. Database
  6. Firestore
  7. Firestore/lite
  8. Functions
  9. Installations
  10. Messaging
  11. Performance
  12. Remote-config
  13. Storage

The method calls and usage follow the official api as much as possible, so you can follow the official docs and tutorials for the firebase modular api with ease.


There are several examples included and most of the api was implemented. I'd say close to 100%. You can find more info in the Technical details section.


If you enjoy this plugin, please consider leaving a review. It helps me immensely and encourages me to improve the plugin further, and other people to support my work :).


LIMITATIONS


It does not work in the editor, only in the actual build. However, because the plugin follows the official API, you can easily do local testing with an index.html file and apply it to your Unity project. More details in the docs.