Call:Response task:_usersReference.Child(userId).Child("LastSaveTime").GetValueAsync().ContinueWith(onDataDownloaded);private static void OnDataDownloaded(Task<DataSnapshot> obj)
{
Debug.Log("Done!");
if (obj.IsFaulted || obj.IsCanceled)
{
Debug.LogError("Database Error: " + obj.Exception);
}
else
{
_downloadedSnapshot = obj.Result;
}
}
Thank you
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/b2498eb3-5861-4613-8736-a957283b8d68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
//firebase database
compile 'com.google.firebase:firebase-database:10.2.6'
//firebase storage
Thank you
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/b2498eb3-5861-4613-8736-a957283b8d68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/CAG4RautY3Us6Z1x%2BpAEE8%2B%2BUtX7pVFNsHE8qJqtzJozF3NE6QA%40mail.gmail.com.