Xamarin Forms Firebase Database CRUD Part 1

Поділитися
Вставка
  • Опубліковано 19 гру 2024

КОМЕНТАРІ • 51

  • @MiListaPersonal
    @MiListaPersonal 4 роки тому +2

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

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

  • @juan-hernandez1
    @juan-hernandez1 2 роки тому +1

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

  • @matt-i3r6w
    @matt-i3r6w 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.

    • @matt-i3r6w
      @matt-i3r6w 3 роки тому

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

    • @MrNawshad
      @MrNawshad  3 роки тому

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

    • @matt-i3r6w
      @matt-i3r6w 3 роки тому

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

  • @hshxy
    @hshxy 2 роки тому

    What packages are used?...

  • @matt-i3r6w
    @matt-i3r6w 3 роки тому +1

    Can you please do a search feature?

    • @MrNawshad
      @MrNawshad  3 роки тому

      Definitely.

    • @tancawanjohnmichaely.4254
      @tancawanjohnmichaely.4254 3 роки тому

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

  • @samosimo9279
    @samosimo9279 4 роки тому

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

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

  • @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?

  • @rajnikantpatel4963
    @rajnikantpatel4963 3 роки тому

    Nice video, Thankx

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

  • @musaqadry3358
    @musaqadry3358 3 роки тому

    nice video but do you have this tutorial for android

  • @SomeGuy-rm7cr
    @SomeGuy-rm7cr 3 роки тому

    Won't display on Android

  • @trueboss9265
    @trueboss9265 3 роки тому

    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

  • @helpbuddie1843
    @helpbuddie1843 3 роки тому

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

  • @fernandlayug6631
    @fernandlayug6631 3 роки тому

    No error, but its not saving