How I use the offline database control? is able to you include some readme about that?
I did the code bellow to include a Class Account:
try{
var item = await firebase.Child("users").PostAsync(user);
list_users.Add(user);
await LoadAdpterList();
}catch(Exception e){
list_users.Add(user);
await LoadNovo();
}
I made the following test:
include an user with internet(ok)
disabled internet
include an user without internet
include on my listview (ok)
enable internet(ok)
but the user that was includeded on list didn't sync again. Even if I include another user. How i do it?
How I use the offline database control? is able to you include some readme about that? I did the code bellow to include a Class Account:
try{
var item = await firebase.Child("users").PostAsync(user);
list_users.Add(user);
await LoadAdpterList();
}catch(Exception e){
list_users.Add(user); await LoadNovo(); } I made the following test: include an user with internet(ok) disabled internet include an user without internet
but the user that was includeded on list didn't sync again. Even if I include another user. How i do it?