User contributions
15 August 2017
File:Firebase database example tree 2.png
no edit summary
A Basic Firebase Realtime Database Tutorial
no edit summary
+213
A Basic Firebase Realtime Database Tutorial
Created page with "With the basics of the Firebase Realtime Database covered in the previous chapters, this chapter will step through the creation of an Android Studio project that makes use of..."
Firebase Essentials - Android Edition
no edit summary
+58
File:Firebase database lists tree 1.png
no edit summary
File:Firebase database lists tree 2.png
no edit summary
File:Firebase database lists tree 3.png
no edit summary
Working with Firebase Realtime Database Lists
no edit summary
+102
Working with Firebase Realtime Database Lists
Listening for Events
+1
Working with Firebase Realtime Database Lists
Created page with "So far we have only looked at the reading and writing of individual data items within the Firebase Realtime Database. Firebase also provides support for working with lists of..."
Firebase Essentials - Android Edition
no edit summary
+60
File:Firebase database rules console.png
no edit summary
File:Firebase database rules simulator.png
no edit summary
File:Firebase database rules tree.png
no edit summary
File:Firebase database rules simulator settings.png
no edit summary
File:Firebase database rules tree diagram.png
no edit summary
File:Firebase database rules simulator json.png
no edit summary
Firebase Realtime Database Rules
no edit summary
+197
Firebase Realtime Database Rules
Accessing and Changing the Database Rules
+35
Firebase Realtime Database Rules
RuleDataSnapShot Methods
+115
Firebase Realtime Database Rules
Created page with "Firebase database rules control the way in which the data stored in a Firebase Realtime Database data is secured, validated and indexed. These rules are defined using a rules..."
Firebase Essentials - Android Edition
no edit summary
+47
File:Firebase database writing tree.png
no edit summary
Reading Firebase Realtime Database Data
Working with a DataSnapshot Object
+34
Reading Firebase Realtime Database Data
Created page with "Clearly a database system is of little use if the data it stores cannot be read. Now that the basics of writing data to a Firebase Realtime database have been outlined, this c..."
Firebase Essentials - Android Edition
no edit summary
+54
File:Firebase realtime console tree goodbye.png
no edit summary
File:Firebase realtime console tree hello.png
no edit summary
File:Firebase realtime database console.png
no edit summary
Writing Firebase Realtime Database Data
no edit summary
+162
Writing Firebase Realtime Database Data
Created page with "Now that the basics of the Firebase Realtime Database have been covered, the next step is to explore the ways in which data can be written to a database tree from within an An..."
Firebase Essentials - Android Edition
no edit summary
+54
File:Firebase database accept changes.png
no edit summary
File:Firebase database add to app.png
no edit summary
File:Firebase database enable in studio.png
no edit summary
File:Firebase database divided tree.png
no edit summary
File:Firebase database nested tree.png
no edit summary
File:Firebase database complex tree.png
no edit summary
File:Firebase database simple tree.png
no edit summary
Firebase Realtime Database
no edit summary
+247
Firebase Realtime Database
Created page with "The Firebase Realtime Database allows data to be stored securely on Google cloud servers and synchronized in realtime across all clients sharing the same database. This chapt..."
Firebase Essentials - Android Edition
no edit summary
+41
14 August 2017
File:Firebase anon user linked.png
no edit summary
File:Firebase anon user in console.png
no edit summary
Linking and Unlinking Firebase Authentication Providers
no edit summary
+62
Linking and Unlinking Firebase Authentication Providers
Created page with "Firebase account linking allows users to sign into the same account using different authentication providers. By linking the user’s Facebook and Twitter credentials, for exa..."
Firebase Essentials - Android Edition
no edit summary
+70
File:Firebase auth anon enable.png
no edit summary
File:Firebase auth anon sdk ui.png
no edit summary
File:Firebase auth anon sdk ui complete.png
no edit summary