Xamarin Firebase Tutorials - All You Need To Know (NEW SERIES ALERT!!!)
ฝัง
- เผยแพร่เมื่อ 6 ก.พ. 2025
- (#1) Xamarin Firebase Tutorials
In this tutorial series, we will be looking at how to effectively work with Firebase Database and Recyclerviews in Xamarin.Android. Most often times it could be challenging to manage the data you have on firebase database and the one you already have on your app. you pretty need everything to be in sync right?
So in this series you will learn almost everything you need to know about CRUD operations with firebase in Xamarin.Android. You will also learn to use LINQ to search and query your data
Here is the link to Previous Tutorials
• Xamarin Android Uber C...
Feel free to drop a question or a comment below
➥➥➥ FULL COURSEs AT DISCOUNT PRICE ➥➥➥
Complete Xamarin Android Course ⇢ bit.ly/complete...
Build a Complete UBER CLONE APP ⇢
➥➥➥ SUBSCRIBE FOR MORE VIDEOS ➥➥➥
Never miss regular tutorial videos and more
Subscribe ⇢
➥➥➥ FOLLOW US ➥➥➥
Instagram ⇢ / thisisufinix
#xamarin #firebase #Ufinix
Build truly Real-World Android Apps with Xamarin. See all the advanced concepts (Firebase, Firestore, Maps, Notification, Animation and more) that no one talks about get used with ease.
Click Here --> bit.ly/complete-xamarin-course
Unifix, thank you very much for making this series available! I have enrolled in several courses by you on Udemy and your teaching style is incredible. I have learned so much in my own development and I've always hoped you would do a series in Xamarin Android and Firebase Database. The documentation online is certainly not geared towards Xamarin development and you are providing a great service with these videos. Thank you!
Boom!
Thanks Sir your Lecturers are The best
@ufinix do you had this for IOS?
Subscribed, Boom 👊🏾
why only for android and not forms which support ios and android?
great !! ..waiting for this Serie
Hello Sir, How to call callable Firebase functions from xamarin android
Great video, Are you able to edit the entries? such as could you change the status of the person after its entered.
Yes you can easily do that once you go through the series
Unifix, in a lot of your tutorials for FirebaseDatabase and FirebaseFireStore, you recommend downloading packages at version 60.x instead of the latest NuGet packages. Are the NuGet packages that are >70.x still not working properly with Firebase? I have upgraded my NuGet libraries to the latest version and then I can't communicate with FireStore. I'm just curious if you were able to get your projects to work with the latest packages or are you still using 60.x versions.
I believe my issues were not using API level 9 in the manifest. This was a very important step. I had to set the project to develop for Android 9.0 or higher (API Level 28 - Pie). Once I enabled this in my project, I was able to use Firestore using your tutorials. I hope this helps people following along!
Hey Ernest, am sure this discovery will help a lot of people out. The Firebase Tutorials was recorded a long time ago, obviously the issue has been resolved.