Networking Research

Networking research for feedback system

Google Firebase Cloud Storage

Cloud Storage for Firebase is built for app developers who need to store and serve user-generated content, such as photos or videos.

Writing data from Unity3D to Firebase

https://firebase.google.com/docs/storage/unity/start

https://medium.com/@badgerdox/how-to-use-unity3d-addressable-assets-with-google-cloud-services-13bc7a867eba

Pulling data from Firebase to website

https://junyou.tw/firebase/


While Firebase seems a good solution, turns out desktop build support are still in beta and might not work in build. The alternative solution found is to use the REST API together with Firebase instead of using the Firebase’s Offical Unity SDK.

Rest API

https://medium.com/@rotolonico/firebase-database-in-unity-with-rest-api-42f2cf6a2bbf

https://assetstore.unity.com/packages/tools/network/rest-client-for-unity-102501

https://www.red-gate.com/simple-talk/development/dotnet-development/calling-restful-apis-unity3d/