Updated 14 December 2016
Firebase can power your app’s backend, including data storage, user authentication, static hosting, and more. We provide these services so you can focus on creating extraordinary user experiences.
Firebase Hosting: Deploy our web app in seconds with production-grade static asset hosting. All of our content is delivered over SSL from there global CDN.
NOTE: If you are getting a build error complaining about duplicate files you can choose to exclude those files by adding the packagingOptions
directive to your build.gradle
file:
Reading data from your Firebase database is accomplished by attaching an event listener and handling the resulting events. Assuming we already wrote to myFirebaseRef
above, we can retrieve the message
value by using the addValueEventListener
method:
Once we have a reference to your data, we can write any Boolean
, Long
, Double
, Map<String, Object>
or List
object to it using setValue()
:
Stay Updated!!!
If you have more details or questions, you can reply to the received confirmation email.
Back to Home
Be the first to comment.