Plz help, - I want to access data after login, (based on a specific phone number ) -: Condition - 1. Phone number is already stored in database. when a user login - only number that is stored can access login. -2. After login the details which is stored in database is fetch on a specfic login user.
hi is there any reason why my cards are displayed as blanks and how do i solve this issue? (the number of cards are correct but the data in each card is missing)
Change the font color of the text displayed in the card. Typos and formatting errors can sometimes occur, so it's always a good idea to double-check your work.
Do Subscribe and keep supporting❤️
Read over 10 completely diff ways to do this, and yours is the one that worked....You're the Man.
Haha Thanks!! Keep supporting 🫡
Plz help, - I want to access data after login, (based on a specific phone number ) -:
Condition -
1. Phone number is already stored in database.
when a user login - only number that is stored can access login.
-2. After login the details which is stored in database is fetch on a specfic login user.
I subscribed, great videos mate!
Much appreciated!
hi is there any reason why my cards are displayed as blanks and how do i solve this issue? (the number of cards are correct but the data in each card is missing)
Change the font color of the text displayed in the card. Typos and formatting errors can sometimes occur, so it's always a good idea to double-check your work.
I am trying to get a random data so that I can display only one document. Every time I refresh, it should show one random data. Can you help me?
Use random query
hey sir plz make a vedio on content user access only in firebase with reactnative expo
I am not getting you. Can you please explain 🧐
thanks bug ninza🤗 you are good
Thank you too. Do Subscribe and keep supporting❤️
Thanks m8, you just saved my ass! :D
Haha..!! Keep supporting 🫡
I would like to add images using this method, could you help me?
you can add an image and store it to firebase's storage. You can check this: ua-cam.com/video/S8AGpWn9qrM/v-deo.html
Every time, when I first enter into this page, it cannot grab the data, which shows "undefined is not an object". Does anyone have the same situation?
I think you are using come undefined object. Can you tell me more about your error. You can send me screenshots on my social media handle.
@@BugNinza I'm having the same issue.. TypeError: undefined is not an object (evaluating '_authApi.default.firestore')
will it work for real time database ?
you have to change your code a lil bit.
Im getting an error.......useEffect must not return anything besides a function.......it says that it is because we use async in use effect
Remove async ()
@@BugNinza another doubt....I have to fetch date too....how do I do that?.....i tried to fetch createdAt....but it's not working
const fetchTodos = async () => {
const snapshot = await todoRef.get();
const userArray = [];
snapshot.forEach((doc) => {
const { heading, text } = doc.data();
userArray.push({
id: doc.id,
heading,
text,
});
});
setUsers(userArray);
};
useEffect(() => {
fetchTodos();
const unsubscribe = todoRef.onSnapshot(() => {
fetchTodos();
});
return () => {
unsubscribe();
};
}, []);
should work here
can you make how to search using firebase database
I'll try
@@BugNinza thank you
so thanks bro.
can i know its work for android
Yes
Ótimo tutorial, muito obrigado 🙏
Que bom que funcionou. Continue apoiando
Pode me ajudar ?
Como eu faço para renderizar uma imagem ?
ua-cam.com/video/3X_F3IarWOU/v-deo.html
@@brnbk8910 mano, o cara não fala português. usa um google translator pra pelo menos facilitar pro cara
@@BugNinza I would like to add images using this method, could you help me?
That do not work. Metro encoured an error ... No solutions found
Check the dependencies version, then check your components and code. Or if you're confused then start fresh
please share code with me because i have a error
where Souce?
that is what I wanna know too
İf its worked i will be your sub
Let me know. I'll make sure it will work 😃
옹ㅋ