Build a React Native Mobile App with Realm & MongoDB - in 1 hour: Flipper, Babel, Hermes, & more!

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024

Комментарии • 25

  • @MongoDB
    @MongoDB  11 месяцев назад

    ✅ Sign-up for a free cluster at: mdb.link/free-7hQSLfIu8lo
    ✅ Get help on our Community Forums: mdb.link/community-7hQSLfIu8lo

  • @gospel3582
    @gospel3582 Год назад +2

    Hi am joining from Nairobi Kenya

  • @damiandanev9271
    @damiandanev9271 Год назад +4

    We need Expo ASAP!

  • @VirgilioSolano
    @VirgilioSolano 2 месяца назад

    Thks

  • @jsagar95
    @jsagar95 2 месяца назад

    Thanks!

  • @biloloonguesamuel1940
    @biloloonguesamuel1940 Год назад

    Samuel from Canada

  • @kipfitpal
    @kipfitpal 6 месяцев назад

    Could you please share the github link of this specific app ? I wanna go through his setup.

  • @davidbello4791
    @davidbello4791 Год назад

    Hello, does it make sense to use a state management library like mobx with realm?... I'm afraid I would be forced to declare model schemas for booth, realm and mobx...

  • @0rangehead1
    @0rangehead1 Год назад

    Is there any information on setting up a database repo for react native realm that can store read and write functions, so database calls don't have to be written into the components?

  • @user-tp4qg3ph5j
    @user-tp4qg3ph5j 11 месяцев назад

    Github link of this demo project is not working ... could you pls help to find this project link ...

  • @nomapos
    @nomapos Год назад

    does mongoDB realm sync support react native for windows and macs?

  • @user-pe2oy4gb5w
    @user-pe2oy4gb5w Год назад

    Can we access the source code in regards to this?

  • @pradeepck1999
    @pradeepck1999 2 месяца назад

    The mongodb docs for realm sdk of react native are so so horrible that I was looking for some other source of information.
    All I want is a guided tutorial where they go step by step explaining each of the concepts.
    After trawling the internet, i stumbled upon this video.
    Now I know who has written the docs. Otherwise, none the wiser...

  • @fuckingduck598
    @fuckingduck598 Год назад +6

    Not a good tutorial, it has been premade.

    • @zackarybrumfield2
      @zackarybrumfield2 Год назад

      I agree. Not too great if you're using it specifically to LEARN. However, it's great if you're simply reading along with the docs. After reading a bit then coming back, it's making sense.

  • @raymondmichael4987
    @raymondmichael4987 Год назад

    Hello guys; I have a little question;
    Consider the situation of an App that store uses and their collected items, the schema needs username and collections (username is unique)
    Also the app operate world wide but should only sync the county wide data if one needs to add a user who was registered in the other Country, will have to search to get the record from Atlas and then update if the result is not found then new user is created.
    Here is my problem statement.
    Say i created an account and put several items in my collection, when I went abroad I tried to add some items I collected there but at a time there's no internet connection so I couldn't search the Atlas to get my records, and I was treated as new and succeeded to save my collection as new user but with my original username (remember username is unique)
    Here's my question when the network comes.
    How Will the realm sync resolve my data!?
    Will it append to my original collections the new items which was added without network?
    Or I'll end up having to separate collections (which is unlikely, because username must be unique), or one of the record (especially the one created offline) will be discarded?
    Greetings from Tanzania 🇹🇿

    • @KennethGeisshirt
      @KennethGeisshirt Год назад +1

      You could change subscriptions when you move from country to country but still use the same username.

    • @winstonmhango3437
      @winstonmhango3437 Год назад

      I think your question is more to do with autehntication, session persistence while offline. Perharps explore the authenitication and authorisation persistence while offline.

    • @raymondmichael4987
      @raymondmichael4987 Год назад

      @@winstonmhango3437 , thanks buddy but my curiosity was on how to solve those conflicts;
      The key point is this, a user can use any device to add the item, by just specifying the username and the items.
      So if abroud, I use another device (phone) to add items under my username, but I can't find my username in that device because it's offline and it only sync country data also I can't search for a usernames from Atras while offline, the option is to create new user (as I'll be considered new in the country), if I created a new username and add my items using the original username ;
      Does mongodb realm solve the issue by appending those new items to my original collections due to matching usernames or what? (Remember username is unique)
      So authentication is not the issue, I can use anyone's device to add items under my username 😊,
      Kindly help

    • @MongoDB
      @MongoDB  Год назад

      Hi Raymond! Would you like to discuss your question in our MongoDB Community forums with our team and other Community experts? www.mongodb.com/community/forums/c/atlas-app-services-realm/9

    • @raymondmichael4987
      @raymondmichael4987 Год назад

      @@MongoDB sure