Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Game Save Firebase ! #2

Open
JoseRFJuniorLLMs opened this issue Mar 24, 2018 · 2 comments
Open

Game Save Firebase ! #2

JoseRFJuniorLLMs opened this issue Mar 24, 2018 · 2 comments

Comments

@JoseRFJuniorLLMs
Copy link

I'm doing a 2d platform game at Unity 2017, and I'd like to know if it's possible to save the punctuation lines etc ... in the Firebase and if you have some example for me to study! Forced!

@stewartmiles
Copy link
Contributor

@DevJoseWeb I'm not sure I entirely follow your question. Are you asking to be able to save game state in the Firebase Realtime Database or Firebase Storage? If so, yes of course you can store whatever data you want in there. For an example of saving data in the Database see this sample project search for FirebaseDatabase to see where we're doing this. If you want to see very simple examples check out...

Leaderboard example
https://github.com/firebase/quickstart-unity/tree/master/database/testapp

File storage example
https://github.com/firebase/quickstart-unity/tree/master/storage/testapp

@stewartmiles
Copy link
Contributor

@DevJoseWeb did the database and storage examples solve your problem?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants
@JoseRFJuniorLLMs @stewartmiles and others