Open
Description
In my case when the dataRef (The Firebase location to watch for data changes) gives a null snapshot value I wanted to trigger the parseSnapshot method in order to create the missing data instead of not displaying the row of the adapter.
Currently it only prints :
Log.w(TAG, "Key not found at ref: " + snapshot.getRef());