you could store users credentials in any of these above options. it just come down to your preferred db. Was planning to do a Php MySQL Login form Xamarin Forms in next few weeks. This will give you an indication of how its done.
@@matt-i3r6w yes that is possible, you use o-auth token for basic crud operation. So in essence you don't save any password. But to answer your query shorty, you can save any user profile information on any db system.
I think it's a binding problem within Xamarin forms UWP projects. File an issue on their (Xamarin Forms ) Github page, they will definitely look into this issue. I don't have Windows PC to check why it does n't work on UWP. Thanks.
Very good example. Can't download the project to study it in more detail?
Plz make xamarian form playlist from beginning to advance and make full functionality app like wattsap in xamarian form connections to fire base
Hello, excellent video. Thank you!!!
Where could I check the code?
Can I use database to store user data & settings in the cloud? Or would Firestore be a better way? Can you make a video about it?
you could store users credentials in any of these above options. it just come down to your preferred db. Was planning to do a Php MySQL Login form Xamarin Forms in next few weeks. This will give you an indication of how its done.
@@MrNawshad not the credentials but I mean like user profile data
@@matt-i3r6w yes that is possible, you use o-auth token for basic crud operation. So in essence you don't save any password. But to answer your query shorty, you can save any user profile information on any db system.
@@MrNawshad I did some research and I think Firestore is better, will you make a tutorial about it?
What packages are used?...
Can you please do a search feature?
Definitely.
@@MrNawshad Hi sir good day! can you help me on how to display the user's data from firebase to the xamarin app after logging in.
in the getstudent gives me a error of Inconsistent accessibility CS0050
Declare the classes as public.
@@MrNawshad thanks
Good video but we need sync with mysql and firebase database if you can
excellent video served me a lot, for windows (UWP) it does not show me the items only in android do you know why?
I think it's a binding problem within Xamarin forms UWP projects. File an issue on their (Xamarin Forms ) Github page, they will definitely look into this issue. I don't have Windows PC to check why it does n't work on UWP. Thanks.
Hi, how can we enable offline retrieving with firebase? In xamarin forms
Offline sync is not supported yet. Try using azure they support offline sync. Thanks
It’s free initially, then you have to pay. But the price are not that high.
Alternatively You could cache your data locally and query them using linq. This would work with any database as you store the data using SQLite.
@@codigoadictivo wow how did you do this lol, when wifi is back on does the sql data insert into the firebase database?
Nice video, Thankx
Error CS0246 The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?)
stackoverflow.com/questions/43898891/the-type-or-namespace-name-app-could-not-be-found-xamarin-forms
nice video but do you have this tutorial for android
Won't display on Android
can you make a tutorial for firestore database?
sure.
hello, amazing video. but i copied everything and when i run the code i can see my list grow, but it won't display text
Seems like your binding is not working.
@@MrNawshad I thought I followed it to the letter. I guess I have to recheck
How can i add if
"User":
{
".read": true,
"$userId":
{
".read": "auth.uid == $userId",
".write": "auth.uid == $userId",
}
},
No error, but its not saving