Xamarin Forms Firebase Database CRUD Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • In this video we will see how to add and retrieve data from firebase realtime database within a Xamarin forms application using MVVM pattern.
    #xamarinForms ##xamarin #andorid #ios #dotnet #mobile #firebase

ความคิดเห็น • 51

  • @MiListaPersonal
    @MiListaPersonal 3 ปีที่แล้ว +2

    Very good example. Can't download the project to study it in more detail?

  • @juan-hernandez1
    @juan-hernandez1 2 ปีที่แล้ว +1

    Hello, excellent video. Thank you!!!
    Where could I check the code?

  • @rajnikantpatel4963
    @rajnikantpatel4963 3 ปีที่แล้ว

    Nice video, Thankx

  • @codewithroman8180
    @codewithroman8180 3 ปีที่แล้ว +1

    Plz make xamarian form playlist from beginning to advance and make full functionality app like wattsap in xamarian form connections to fire base

  • @samosimo9279
    @samosimo9279 3 ปีที่แล้ว

    Good video but we need sync with mysql and firebase database if you can

  • @matteoc7084
    @matteoc7084 3 ปีที่แล้ว +1

    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?

    • @MrNawshad
      @MrNawshad  3 ปีที่แล้ว

      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.

    • @matteoc7084
      @matteoc7084 3 ปีที่แล้ว

      @@MrNawshad not the credentials but I mean like user profile data

    • @MrNawshad
      @MrNawshad  3 ปีที่แล้ว

      @@matteoc7084 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.

    • @matteoc7084
      @matteoc7084 3 ปีที่แล้ว

      @@MrNawshad I did some research and I think Firestore is better, will you make a tutorial about it?

  • @oswaldomerino7239
    @oswaldomerino7239 3 ปีที่แล้ว

    excellent video served me a lot, for windows (UWP) it does not show me the items only in android do you know why?

    • @MrNawshad
      @MrNawshad  3 ปีที่แล้ว

      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.

  • @SomeGuy-rm7cr
    @SomeGuy-rm7cr 2 ปีที่แล้ว

    Won't display on Android

  • @musaqadry3358
    @musaqadry3358 2 ปีที่แล้ว

    nice video but do you have this tutorial for android

  • @hshxy
    @hshxy 2 ปีที่แล้ว

    What packages are used?...

  • @matteoc7084
    @matteoc7084 3 ปีที่แล้ว +1

    Can you please do a search feature?

    • @MrNawshad
      @MrNawshad  3 ปีที่แล้ว

      Definitely.

    • @tancawanjohnmichaely.4254
      @tancawanjohnmichaely.4254 2 ปีที่แล้ว

      @@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.

  • @ruijptome
    @ruijptome 3 ปีที่แล้ว

    in the getstudent gives me a error of Inconsistent accessibility CS0050

    • @MrNawshad
      @MrNawshad  3 ปีที่แล้ว +1

      Declare the classes as public.

    • @ruijptome
      @ruijptome 3 ปีที่แล้ว

      @@MrNawshad thanks

  • @trueboss9265
    @trueboss9265 2 ปีที่แล้ว

    can you make a tutorial for firestore database?

  • @gloriousbastards2110
    @gloriousbastards2110 3 ปีที่แล้ว

    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

    • @MrNawshad
      @MrNawshad  3 ปีที่แล้ว

      Seems like your binding is not working.

    • @gloriousbastards2110
      @gloriousbastards2110 3 ปีที่แล้ว

      @@MrNawshad I thought I followed it to the letter. I guess I have to recheck

  • @codigoadictivo
    @codigoadictivo 3 ปีที่แล้ว

    Hi, how can we enable offline retrieving with firebase? In xamarin forms

    • @MrNawshad
      @MrNawshad  3 ปีที่แล้ว +1

      Offline sync is not supported yet. Try using azure they support offline sync. Thanks

    • @MrNawshad
      @MrNawshad  3 ปีที่แล้ว

      It’s free initially, then you have to pay. But the price are not that high.

    • @MrNawshad
      @MrNawshad  3 ปีที่แล้ว +1

      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.

    • @violenttendency9328
      @violenttendency9328 3 ปีที่แล้ว

      @@codigoadictivo wow how did you do this lol, when wifi is back on does the sql data insert into the firebase database?

  • @helpbuddie1843
    @helpbuddie1843 3 ปีที่แล้ว

    How can i add if
    "User":
    {
    ".read": true,
    "$userId":
    {
    ".read": "auth.uid == $userId",
    ".write": "auth.uid == $userId",
    }
    },

  • @zyrusmirandilla1481
    @zyrusmirandilla1481 3 ปีที่แล้ว

    Error CS0246 The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?)

    • @MrNawshad
      @MrNawshad  3 ปีที่แล้ว

      stackoverflow.com/questions/43898891/the-type-or-namespace-name-app-could-not-be-found-xamarin-forms

  • @fernandlayug6631
    @fernandlayug6631 2 ปีที่แล้ว

    No error, but its not saving