Тёмный
Just Code
Just Code
Just Code
Подписаться
Welcome to JustCode RU-vid channel. In this channel, we will share coding tutorials for both beginner and advanced software programmer. We hope to create a channel for knowledge sharing and learning! Please support us by subscribing to our channel.

Please visit our website for more information.
justnice.net
Комментарии
@parbhaniprogrammer1773
@parbhaniprogrammer1773 7 месяцев назад
latest video on crashlytics 😊
@bansiparmar3879
@bansiparmar3879 8 месяцев назад
hello need help for react-native-web can you guide me..?? let resource = new LocalizedStrings(); got error in this line..
@taotaozhu1222
@taotaozhu1222 8 месяцев назад
请问怎么实现通知的本地化??
@touseefamjad416
@touseefamjad416 Год назад
Good
@Vivek-pandey
@Vivek-pandey Год назад
i love u sir 100000 times u helped him as i want
@Abhay.Bhandari
@Abhay.Bhandari Год назад
how to do this in expo project?
@justcodejs
@justcodejs Год назад
Expo also support Firebase. This tutorial is created few years back, so you might want to refer to Expo documentations on Firebase for the latest implementation.
@Abhay.Bhandari
@Abhay.Bhandari Год назад
@@justcodejs could you please name package which is supported on expo projects for crashlytics?
@justcodejs
@justcodejs Год назад
@@Abhay.Bhandari You can just refer to the Expo documentation in the URL below. docs.expo.dev/guides/using-firebase/
@Abhay.Bhandari
@Abhay.Bhandari Год назад
@@justcodejs thank you sir
@thebs.chronicles9940
@thebs.chronicles9940 Год назад
Man when he started speaking at the start, I broke out laughing...sorry
@LarsRyeJeppesen
@LarsRyeJeppesen Год назад
Why is this React specific?
@justcodejs
@justcodejs Год назад
because this tutorial is for React Native 🤭
@k.ganesan1595
@k.ganesan1595 Год назад
Thanks for sharing this video and detailed explain for Push notification.. Great Job brother...👌
@vishnups5435
@vishnups5435 Год назад
will I be able to schedule a notification from remote so that user can get the notification everyday on a perticular time?
@justcodejs
@justcodejs Год назад
You can do it via Firebase Console or implement it as a service in your oen server.
@sentilayshorts
@sentilayshorts Год назад
7:22 I have a problem with 2 different where if I use I'm getting error All where filters with an inequality(notequalto, notln, lessthan, lessthanorequalto, greaterthan, or greaterhanorrequalto,) must be on the same field. but you have filters on id and age plss help in my code unsub = firestore() .collection("users") .where('age', ">=", `${value[0]}`) .where("age", "<=", `${value[1]}`) .where("id", "not-in", [...passedUserIds, ...swipedUserIds]) .onSnapshot(querySnapshot => { setProfiles( querySnapshot.docs .filter((doc) => doc.id !== user.uid) .map((doc) => ({ id: doc.id, ...doc.data(), })) ) }); only with one field working
@MarlonAlejandroEspinosa
@MarlonAlejandroEspinosa Год назад
Hello first of all thanks for the content it's really nice!. I have a question, let's say I have non-fatal errors (errors gracefully handled by my application, e.g the user try to login with invalid credentials) I would like to track those errors into crashlytics but I have to kill the app and open it again in order to record those errors and be able to see it in the firebase console... I'm not sure if this is expected but If I log a non-fatal error I would like to get the full log without killing the app and open it again. Could you explain me how to do it please or if this is a possible use case for crashlytics maybe this is not the correct tool for that particular case? Thanks find advance!
@chiderapaulugwuanyi9843
@chiderapaulugwuanyi9843 Год назад
Best push notification on react native with firebase tutuorial I have seen. The tutorial is top notch. Even after two years it has helped me massively to understand push notiification. He absolutely covered every scope.
@a1264941290
@a1264941290 2 года назад
感謝指導,獲益良多
@drintech6542
@drintech6542 2 года назад
Hi, Thank you so much for explaining it very nicely. But I am facing some issues like In my app on success of login adding some logs and in catch block adding recordError() both are not showing in firebase crashlytics. Can you please help me?
@aryamnair4561
@aryamnair4561 2 года назад
Hello sir ,let me know about how to compare the text from an image with database stored pattern
@zeeshanalikhan8258
@zeeshanalikhan8258 2 года назад
I got hint from your video while doing work with RN firebase, thank you <3
@tzachary6274
@tzachary6274 2 года назад
react-native-camera is deprecated
@teknologene
@teknologene 2 года назад
How come I only saw this channel?
@ivansamoiliuk5451
@ivansamoiliuk5451 2 года назад
Very big thank you!
@TioJobs
@TioJobs 2 года назад
How nice! This project works fine with plate recognition?
@sufiyanhabib4431
@sufiyanhabib4431 2 года назад
Great tutorial. Worked for me. Thanks a lot
@justcodejs
@justcodejs 2 года назад
Welcome ☺️
@trangminh8735
@trangminh8735 2 года назад
Do you know how to fix the problem that the device receive the fcm too long (after 2 minutes sending from firebase)
@sherifsamir6888
@sherifsamir6888 2 года назад
Thank you so much for explaining this in a simple way
@joja4323
@joja4323 2 года назад
I am getting the error: messaging.getToken(): NativeFirebaseError: [messaging/unknown] The operation couldn’t be completed. Too many server requests. at FirebaseMessagingModule.getToken FYI: 1. I am not using Redux and I will not be using it. 2. My App.js is setup with functional components, not class components. Any help would be greatly appreciated.
@caroliscaroles
@caroliscaroles 2 года назад
great video!!
@aestebanclchannel89
@aestebanclchannel89 2 года назад
Great job!
@davitgigauri6053
@davitgigauri6053 2 года назад
thank you very much. With me everything works on both platforms though it does not work on quit state Android
@jeremybradshaw8090
@jeremybradshaw8090 2 года назад
Useful tutorial thanks
@vidumini23
@vidumini23 2 года назад
Thank you..
@fahadmahmood5096
@fahadmahmood5096 2 года назад
Please make more tutorials on react native, you are my inspiration
@fahadmahmood5096
@fahadmahmood5096 2 года назад
this video helped me a lot to understand many concepts THANKYOU <3
@iskanderabbassi6256
@iskanderabbassi6256 2 года назад
thank you
@zoey4388
@zoey4388 2 года назад
Thank you for sharing
@providence1999
@providence1999 2 года назад
Great tutorial!
@providence1999
@providence1999 2 года назад
very good tutorial. please continue your great works by publishing more useful topics!
@providence1999
@providence1999 2 года назад
Hi, Great job! Clearly explain this complicated topic. Can you provide the code snippet to save the token to the FCM server? This is a real world usage. instead of just console.log save the device token to the FCM server for sending future notification. Thanks!
@devina1957
@devina1957 2 года назад
still waiting for new tutorials
@octaviocossa7662
@octaviocossa7662 2 года назад
great video, how can I draw a rectangle over the camera and get what is in rectangle only....?
@hoaithuong5247
@hoaithuong5247 2 года назад
How is going sir? Hope your next video soonnn
@oberdansantos-dev716
@oberdansantos-dev716 2 года назад
Hello, again! :) By Android side, how can I add badges to the application icon ?
@oberdansantos-dev716
@oberdansantos-dev716 2 года назад
Hi! Congrats for the video! I've a question... You're using Admin SDK for send notifications. Can I use my backend / API to do this in React Native?
@justcodejs
@justcodejs 2 года назад
Yes but you need to follow the firebase rest api interface for push notification. However, I think that using firebase admin sdk is much more easier. The firebase admin sdk also available in different programming language.
@inelu6938
@inelu6938 2 года назад
Thanks
@swarnimgupta3701
@swarnimgupta3701 3 года назад
After the change in Firebase ML api to two different API i.e., standalone ML kit and Cloud Vision API using firebase auth and functions....how to now implement that in react native.
@thegik606
@thegik606 3 года назад
Hello Sir, I am Finding when a user sacn a QR Code then UPDATE database of particular user row. For example 'User-A' And 'User-B' are two person User-A have a barcode whitch contains User-A ID and When User-B scan it then User-A ID save into User-B DATABASE Row in a Column. For this please use React Native and Firebase. Please make a video. I am wating for your response.
@flaviopitica
@flaviopitica 3 года назад
saved my ass at work. Great job wish you the best
@ralphlevita5401
@ralphlevita5401 3 года назад
Hello! is it possible to create a custom sound for the notification? Thank you and more prosper to your channel! <3
@justcodejs
@justcodejs 3 года назад
You should able to do it by specify the sound file in the message payload. For Android, you also need to create a message channel. I have yet to test it. 😅
@DaveTradeFx_01
@DaveTradeFx_01 3 года назад
Thanks for your tutorial. It great
@thiagoferraz5362
@thiagoferraz5362 3 года назад
Thanks for this tutorial, it helped a lot!
@MyAppLand
@MyAppLand 3 года назад
Thank You so much for such important advices !!!!