#18 How to delete user in React Native and Mongo DB || Mongo DB data deletion || Real time update

Опубликовано: 18 Март 2025
на канале: The Debug Arena
918
14

Hello Guys,
In this video I have shown how we can delete the registered user in our react native application. We have created an api in node js which accesses mongo db database and using deleteOne method it delete's the particular user.
When user is deleted we are updating it real time in our react native application.

Code:
https://github.com/the-debug-arena/Fr...

Thank You.