Publisher | Marks |
---|---|
File size | 1.46MB |
Number of files | 97 |
Latest version | 10.7.1 |
Latest release date | 2024-03-07 05:06:25 |
First release date | 2024-03-07 05:06:25 |
Supported Unity versions | 2018.4.2 or higher |
This plugin allows you to use the firebase modular api on webgl builds. You can use the following modules.
- Analytics
- App
- App-check
- Auth
- Database
- Firestore
- Firestore/lite
- Functions
- Installations
- Messaging
- Performance
- Remote-config
- 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.