I want to use Firebase Realtime Database with my Unity project.
But there's no official Firebase SDK for Unity WebGL target.
This library can also help you handle data subscriptions from Unity to Javascript.
- when Firebase release official SDK
- when you don't use Unity WebGL target
For setting up the UnityBridge
& UnityBridgeFirebaseAddon
, check test/e2e/src/main.ts
For the Unity-side usage, check example-unity/ExampleUnityScript.cs
.
...TBD
...TBD
npm t
- supply your own firebase config
- run
npm run test:e2e:dev
- run
npm run test:e2e:cypress
E2E test TBD...