Like System Using Firebase & Flutter

Like System Using Firebase & Flutter

Lazy TechNo

4 года назад

7,214 Просмотров

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


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

@LazyTechNo
@LazyTechNo - 27.06.2020 13:50

Don't Forget To Like The Video :)

Ответить
@ranighazi6288
@ranighazi6288 - 01.10.2022 23:03

thanks a lot you saved me

Ответить
@aqua_dio
@aqua_dio - 17.10.2021 02:00

please can you share source code?

Ответить
@lynnyserbyt3607
@lynnyserbyt3607 - 08.08.2021 23:13

Just a question ... how can I store the uid from my user collection in an array in the post? So I can pull a list of liked posts and display them per user ... can't figure it out...

Ответить
@easyways5315
@easyways5315 - 08.08.2021 21:20

Bro can you make for both comments and like

Ответить
@lynnyserbyt3607
@lynnyserbyt3607 - 05.08.2021 23:08

Great tutorial !! Helped me a lot!

Ответить
@alvarogonzalezrico9440
@alvarogonzalezrico9440 - 23.03.2021 15:53

Hello! Thank you for the tutorial, it is very helpful. Can you please help me clarifying something about your code? In line 169 where it says "if (value.data.keys.contains(uid))", I get "keys" underlined in red because the "The getter 'keys' isn't defined for the type 'Map<String, dynamic> Function()'." Maybe the problem comes from here, I used the code below for initState() because I have a newer version. Any ideas of how I can fix this? Thanks

super.initState();
likesRef = FirebaseFirestore.instance.collection('userFavorites').doc(this.widget.userId);
likesRef.get().then((value) {
data = value.data();
setState(() {});
});

Ответить
@sanatani-JAT
@sanatani-JAT - 27.01.2021 17:50

Can you do this with php MySQL api ?

Ответить
@avinashrayudu8800
@avinashrayudu8800 - 16.01.2021 14:32

Hello Can you share the source code

Ответить
@adityachaudhary6729
@adityachaudhary6729 - 08.12.2020 07:42

how to function like button if user can upload multiple post.

Ответить
@nithinkundapura7660
@nithinkundapura7660 - 30.08.2020 08:57

How did u get that post id? If i want to get random post id by random user how can i get that?

Ответить
@shaiksaqlain2413
@shaiksaqlain2413 - 05.08.2020 16:41

Can you please provide us the source code ...?

Ответить