How to Easy Save and Load Game in Firebase for Free - No Plugins

You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • Where is the username getting created? Is that from firebase?

    • on Start of Layout on missing the id on Localstorage , the Idtoogle is set to 0 , and the first time you save the game , Firebase creates a unique id on first data entry , and the ajax make a request to get the id and save on localstorage , it creates only once , and construct set toogle id to 1 , and next time when save or load , the ajax will send data with ID included , check on line 5,6,7,8

      justifun