System.NullReferenceException: Object reference not set to an instance of an object. at ITapp.MyChangeData.OnDataChange (Firebase.Database.DataSnapshot snapshot) code example
Example: dataSnapshot.getValue
Map<String, Object> MyValue = (HashMap<String, Object>) dataSnapshot.getValue();