Glad I found your channel! Cant wait to see more! I'm just starting out with Vue so these are super good! I like that you do everything the "proper" way and don't just rush it for the tutorial sake. 😇
I tried following this, but wasn't able to get the matches to work. I also cloned your repo and same result (plus replaced api keys) In my database, I can see the two users, and their matches and likedMovies, however in the app, the matches page doesn't display anything. Can you help?
@@DiligentDev Yes, I made the users through the app, then added the partners, and did the swiping, and i see the matches in the database. I see that the state.user.movies is always empty. However the writing clearly works. I am using the code from your repo: bindMatchesRef: firestoreAction((context) => { return context.bindFirestoreRef( "matches", db .collection("users") .doc(context.state.id) .collection("matches")
It sounds like a VuexFire issue. Did you add the vuexfiremutations property to the root store file? It could also be that your Firestore Rules are not working correctly. I would try to open up your rules if you have that property on your store file.
What tool are you using for your screen recording? I notice you can zoom in and out of your screen like 20%. Is that part of the tool that you do at recording or during editing? I need something like this to create tutorial for my future app. Thanks!
I use Camtasia. It’s specifically made for screen recording. They have a ton of tools and I don’t use even 10% of them. You can get a lot fancier with it. www.techsmith.com/video-editor.html
How often will you be releasing each video? Also, it would be great just to offer the whole course as an Udemy course. Speaking of Udemy. Do you have any Udemy course? I like your style of videos.
Thanks for the kind words. I’m going to be releasing the follow-up videos as fast as I can. I’m about half way through with the authentication part. Hoping to have it up in a few days. I’d like to release a Udemy course in the future. It’s on my radar. I’ll keep you updated.
Thank you for this video
Glad I found your channel! Cant wait to see more! I'm just starting out with Vue so these are super good! I like that you do everything the "proper" way and don't just rush it for the tutorial sake. 😇
Awesome! I'm glad you're enjoying the vids! I'll be releasing the Part 3 in a few days.
how could i recreate this with android studio?
I’m not sure. I haven’t used Android Studio for active development.
I tried following this, but wasn't able to get the matches to work. I also cloned your repo and same result (plus replaced api keys)
In my database, I can see the two users, and their matches and likedMovies, however in the app, the matches page doesn't display anything. Can you help?
Have you checked your data to make sure you have the same schema? Are the matches in a sub collection off of the user?
@@DiligentDev Yes, I made the users through the app, then added the partners, and did the swiping, and i see the matches in the database.
I see that the state.user.movies is always empty. However the writing clearly works.
I am using the code from your repo:
bindMatchesRef: firestoreAction((context) => {
return context.bindFirestoreRef(
"matches",
db
.collection("users")
.doc(context.state.id)
.collection("matches")
imgur.com/a/TsLDoZ8
It sounds like a VuexFire issue. Did you add the vuexfiremutations property to the root store file? It could also be that your Firestore Rules are not working correctly. I would try to open up your rules if you have that property on your store file.
What tool are you using for your screen recording? I notice you can zoom in and out of your screen like 20%. Is that part of the tool that you do at recording or during editing?
I need something like this to create tutorial for my future app.
Thanks!
I use Camtasia. It’s specifically made for screen recording. They have a ton of tools and I don’t use even 10% of them. You can get a lot fancier with it.
www.techsmith.com/video-editor.html
How often will you be releasing each video?
Also, it would be great just to offer the whole course as an Udemy course.
Speaking of Udemy. Do you have any Udemy course? I like your style of videos.
Thanks for the kind words.
I’m going to be releasing the follow-up videos as fast as I can. I’m about half way through with the authentication part. Hoping to have it up in a few days.
I’d like to release a Udemy course in the future. It’s on my radar. I’ll keep you updated.
@@DiligentDev
Awesome!