Any basic sample connecting to firebase database? What components to use? Its my first time to try firebase. Mostly i use mysql as backend for android mobile development.

Comments

  1. I think that implementation uses the REST interface that Google has deprecated in favor of using local SDKs... so this might be tricky

    ReplyDelete
  2. Thanks Sir Marco Cantù​, any best backend for mobile dev in replacement for firebase?

    ReplyDelete
  3. I have been working on implementations for Firebase Database using the SDKs, however the work has been shifted down my list, as I don't see myself having any returns from the work (I'm doing it on my own time) for a while. If the REST APIs are indeed being deprecated, that might serve as additional motivation. I have the very basic stuff working, i.e. obtaining FirebaseDatabase, DatabaseReference, ValueEventListeners and handling the events. The last thing I was doing is getting my head around the Firebase Query classes..

    ReplyDelete

Post a Comment