A Unity package that makes use of the Firebase Javascript SDK to implement the basic Realtime Database functions on WebGL builds
- Copy the FirebaseWebGL folder into your Unity project assets folder.
- Consider also adding the RestClient, Fullserializer and Textmeshpro folders to get the project fully up and running.
- Alternatively, you can import the latest .unitypackage from the repository releases.
- Call any of the basics Firebase Javascript SDK functions from the FirebaseBridge.cs class
- Build for WebGL
- Include the Firebase app configuration in the index.html file generated by Unity (you can use this tutorial here).
- Finally, make sure to also include the Firebase SDKs you need to use in your App (Step 5 of the previous link).
- Realtime Database
- Authentication
- Cloud Functions