how to make the conditional working for users to login [closed]
Closed 55 mins ago.
How to make the condition working correctly
I have two users admin and user and each user has different screens to view based on the condition, I was trying to make each user login and view the right screens but the conditional is not working and the user can’t login even
Trying to update email but the code is not updating
I’m trying to update email using firebase with react native but the code is not working as it is expected
how to make auction’s bidding chat functionality with firebase?
I want to make a bidding functionality in my react native expo application . In the application the user who logged in creates a group for bidding i just want admin does not need to explicitly define the users which will participate in the bidding of the application , i want any user can send the messages in the group and admin can see all the messages of everyone, but anyone else can see the messages of one another until the admin accept the request of the user’s message , actually first message of any user is the request to the admin for allow participating in the bidding. I want to implement this functionality. in firebase , please help me in logic building so i can make this application.