Flutter - Firebase #11 - Fetch Data from Firestore Database

Flutter - Firebase #11 - Fetch Data from Firestore Database

Code2Xplore

3 года назад

47,180 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@SunnyLalwani
@SunnyLalwani - 29.07.2023 01:04

Thank you, very helpful.

Ответить
@furkansardiken5032
@furkansardiken5032 - 14.06.2023 15:14

Thanks. This method is the only method to fix my problem appreciate it

Ответить
@user-jy2zh2rt7l
@user-jy2zh2rt7l - 14.04.2023 22:56

how you remove that subtype error ?

Ответить
@adityadwivedi8798
@adityadwivedi8798 - 28.06.2022 20:33

Code window is still very large and it's clear to see the code. Please make it more small. Thanks

Ответить
@premchandraseakaran1847
@premchandraseakaran1847 - 03.03.2022 11:40

Thanks a lot. Keep rocking Man!

Ответить
@demonrevoked1514
@demonrevoked1514 - 24.02.2022 08:31

I want your help on very important topic can u revert back it will be so great of you.

Ответить
@richmondgingingon
@richmondgingingon - 05.02.2022 06:27

I have question, will this display if user stores their details in multiple array?

Ответить
@nisargpatel2854
@nisargpatel2854 - 25.12.2021 17:31

What if I want to use userProfileList in another file???I made a Container widget separately and I used grid view and return the separate container (different file)

Ответить
@tushargaikwad7597
@tushargaikwad7597 - 17.12.2021 16:40

users list are not showing in database and in app

Ответить
@officialtrapremix
@officialtrapremix - 15.09.2021 17:38

The method 'currentUser' isn't defined for the type 'AuthService'.
Try correcting the name to the name of an existing method, or defining a method named 'currentUser'.

i am getting this error please help me to solve this

Ответить
@gandg12__
@gandg12__ - 05.09.2021 20:47

Very Helpful thanks alot 😍

Ответить
@oneman8071
@oneman8071 - 09.07.2021 00:01

Very helpful

Ответить
@collincampbell7689
@collincampbell7689 - 18.03.2021 03:46

absolutely a huge help!

Ответить
@anubaby7636
@anubaby7636 - 06.03.2021 15:38

Can anyone please tell me how to solve this error??
Closure call with mismatched arguments: function '[]'
Receiver: Closure: () => Map<String, dynamic> from Function 'data':.
Tried calling: []("Test Name")
Found: []() => Map<String, dynamic>

Ответить
@ahsanahmad607
@ahsanahmad607 - 23.12.2020 16:03

I/flutter (14993): [Closure: () => Map<String, dynamic> from Function 'data':.]

Ответить
@shreyasraj56
@shreyasraj56 - 12.11.2020 20:41

Can you do it using streams?

Ответить
@No-tt2tz
@No-tt2tz - 11.11.2020 21:20

I'm getting"Closure call with mismatched arguments" error please reply

Ответить
@AkshaySingh-uw2kj
@AkshaySingh-uw2kj - 27.08.2020 18:24

Failed assertion: line 360 pos 10: 'data != null' im getting this error as well while following your code. I followed stackoverflow to check for possible error. But still having issues. I tried this, Can you check :
title: Text(userProfilesList[index]['lastName']== null ? userProfilesList[index]['']:userProfilesList[index]['lastName']),

Ответить
@AkshaySingh-uw2kj
@AkshaySingh-uw2kj - 27.08.2020 16:54

Can you share code of how to retrieve data of specific user. Like retrieve data of only pallavi ?

Ответить