Тёмный
No video :(

Build a Realtime Full-stack ToDo App in 15 Minutes with Vue, Vuetify, VueFire, and Firebase 

Diligent Dev
Подписаться 4,1 тыс.
Просмотров 13 тыс.
50% 1

Опубликовано:

 

22 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@billyarredondopucp
@billyarredondopucp 3 года назад
Oh buddy, this tutorial is quick and comprehensive ... I love it! Thank you! Keep making more videos like this, please.
@DiligentDev
@DiligentDev 3 года назад
Glad you enjoyed it. I’ll keep them coming.
@randerins
@randerins 3 года назад
Fantastic little app for Vue beginners. And the best thing, it's fast!
@passivecryptoearnings3605
@passivecryptoearnings3605 3 года назад
Wow, finally a good tutorial. Thank you very much sir.
@mangarific1
@mangarific1 2 года назад
Fantastic tutorial, very clean.
@FirstLast-gk6lg
@FirstLast-gk6lg 3 года назад
Excellent tutorial!!! Absolutely subbed and going to watch more from you. Can you go more into depth on CRUD operations with firebase/firestore?
@moncere
@moncere 3 года назад
Awesome tuto, thanks boss 🔥
@artin8176
@artin8176 3 года назад
awesome bro
@ankitupadhyay673
@ankitupadhyay673 3 года назад
For this todo app how we can create the markdown document please guide about markdown document
@oogabooga2581
@oogabooga2581 2 года назад
Note vuefire isnt yet compatible with vue 3 or firebase version 9
@BenHayat
@BenHayat 3 года назад
So Rob, what does VueFire bring to the table? Also, since you created a ToDos property under firestore, couldn't you use that in your methods than typing db.collection("ToDos")?
@DiligentDev
@DiligentDev 3 года назад
It gives you realtime functionality on your vue app without having to code the bindings yourself. I actually like to use VuexFire to keep my Vuex store in sync with my database.
@BenHayat
@BenHayat 3 года назад
@@DiligentDev So when you install it, it works behind the scene? As I didn't notice you had to manually call any methods or extra binding. Perhaps I missed something. My next question is the Firestore cost for the realtime binding. Say you have 500 users on a page with Data table. When using VueFire, and data data changes on Firestore, wouldn't 500 new fetches made to Firestore server with 500 reads, which basically Firebase will charge you for Reads, CPU, Bandwidth and etc.? In using SDK, you have to manually opt for that realtime update and knowing you will get charged for it. Am I right? Thanks for the reply!
@DiligentDev
@DiligentDev 3 года назад
@@BenHayat The firestore property you get in the Vue Options API is what does all the heavy lifting. Firestore costs are based on reads, writes, and deletes. They don't factor in CPU or bandwidth. You get a set number for free every day. I've never seen the opt-in for real-time capabilities. I will say that you should be careful not to over fetch. I would implement paging and queries where you can. Also, don't loop through data to aggregate anything. Keep a property in your collection/document for aggregates. I would code to minimize operations. Generally, if you're getting a large bill from Firebase, that means you either have a successful app (good problem) or you did something wrong. You can find the pricing here: firebase.google.com/pricing.
@BenHayat
@BenHayat 3 года назад
@@DiligentDev Awesome reply: >>I've never seen the opt-in for real-time capabilities. Be sure to watch this video and the link's content. The video did clarify my concern on the charges, as Firebase SDK uses local caching. But a great read and video. firebase.google.com/docs/firestore/query-data/listen#web
@DiligentDev
@DiligentDev 3 года назад
@@BenHayat Thank you for sharing! I just watched the video and I didn't know about the caching. Very good to know that I'll only be charged for the documents that change.
@farukz.9904
@farukz.9904 4 года назад
There is some problem in the firestore I couldnt handle what it is also probably because of this problem I am not able to see my to do list. Thanks for helipng.
@DiligentDev
@DiligentDev 4 года назад
What exactly is the error?
@farukz.9904
@farukz.9904 4 года назад
@@DiligentDev i solved it thanks :)
@BispensGipsGebis
@BispensGipsGebis 3 года назад
What was the solution? Think I’,m struggling with similar
@chiranthjain
@chiranthjain 3 года назад
@@BispensGipsGebis Found the solution?
@BispensGipsGebis
@BispensGipsGebis 3 года назад
@@chiranthjain Didn’t find it, sorry
@CoDFreaken
@CoDFreaken 3 года назад
The V-card is simply not appearing when i try to recreate what you have done, my database registers it properly, but doesn't push it back to the v-card. Any clue?
@DiligentDev
@DiligentDev 3 года назад
Sounds like a vuefire issue, but I wont be able to help without any code. Publish a gist and share it.
@chiranthjain
@chiranthjain 3 года назад
@@DiligentDev Am not able to read data from firebase. Please help Git: github.com/chiranthkothari/vuefire-movies
@diolee6502
@diolee6502 3 года назад
a typo in source, v-cols should be v-col
@rustambekabdusalomov2346
@rustambekabdusalomov2346 3 года назад
I have poblem binding with firebase There is one warning message in my console and I can't find how to solve it can you help me Pls...
@DiligentDev
@DiligentDev 3 года назад
What is the error?
@rustambekabdusalomov2346
@rustambekabdusalomov2346 3 года назад
@@DiligentDev My project cannot bind to firebase
@DiligentDev
@DiligentDev 3 года назад
I’m assuming this is a VueFire error. Have you made you Firestore rules public to test those aren’t blocking you?
@ankitupadhyay673
@ankitupadhyay673 3 года назад
Give your markdown document as a reference
@kijoolee73
@kijoolee73 4 года назад
Hi, I work for a restaurant and I've been looking for some simple video about Vue, Vue router, Vuetify, Vuefire, and firebase authentication, so that I can make my own table booking system which customers can only create and edit the bookings they made, but managers can edit(add,delete, update, cancel...) If you could make a video like this, that would be great and it is more practical.... Anyway, thank you for the video.
@DiligentDev
@DiligentDev 4 года назад
Definitely a good idea for a project!
@PuneethBedre
@PuneethBedre 3 года назад
can you write one for vue 3 as well?
@DiligentDev
@DiligentDev 3 года назад
I'd have to check if Vuefire is compatible with Vue 3. The major changes have to do with the composition API, but you don't have to use it.
@PeterKassenaar
@PeterKassenaar 3 года назад
I tried it today, but at the moment Vuefire is not (yet) compatible with Vue 3. I guess you'll have to wait, or use it in a Vue 2-project
@passivecryptoearnings3605
@passivecryptoearnings3605 3 года назад
@@DiligentDev Actually vuetify is not compatible either with Vue3.
@DiligentDev
@DiligentDev 3 года назад
@@passivecryptoearnings3605 Yeah, not yet. You can view their roadmap here: vuetifyjs.com/en/introduction/roadmap/
@aphkyky423
@aphkyky423 2 года назад
late, but your credentials are leaked in 3:56
Далее
Vue.js and #Firebase crash course
24:00
Просмотров 7 тыс.
Девочки, у вас тоже так? 💅🏻✨
00:17
Vapor: The Future Of Vue
21:27
Просмотров 117 тыс.
Vue.js Firebase Authentication - New Project Tutorial
41:01
Vue 3 & Firebase 9 Tutorial (Cloud Firestore)
1:03:47
Просмотров 50 тыс.
When RESTful architecture isn't enough...
21:02
Просмотров 271 тыс.
I tried 5 Firebase alternatives
10:31
Просмотров 782 тыс.
Firebase Functions - Data Validation
19:50
Просмотров 6 тыс.
Firebase Functions Authentication - The Diligent Dev
20:35
Vuetify: Create an App with Vue JS - in 30 MINUTES!
38:55
Девочки, у вас тоже так? 💅🏻✨
00:17