|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/complete-nextjs-firebase-firestore-course/
课程评论:没有评论
**Coursera 课程总结:Complete Next.js Firebase Course** 本课程将带领您掌握如何使用最新版本的 Firebase (v9) 来构建无服务器应用程序,从而大大减少后端设置时间。 **核心内容:** * **Firebase v9 设置:** 学习如何配置和使用最新版本的 Firebase。 * **Next.js 与 Firestore 结合:** * 使用 Next.js 和 Firestore 构建一个简单的待办事项 (Todo) 应用。 * 深入学习 Firestore 中的 CRUD(创建、读取、更新、删除)操作。 * 掌握 Firestore 数据查询方法,实现待办事项的读取。 * **Material UI 样式优化:** 通过 Material UI 简化应用样式设计,优化用户界面。 * **用户交互与反馈:** * 为用户创建添加新待办事项的输入表单。 * 实现操作成功提示(插入、更新、删除),提升用户体验。 * 开发检测功能,识别用户是进行更新还是删除操作,并相应地改变界面。 * **Firebase 进阶技巧:** * 学习如何进行 Firebase Firestore 数据查询。 * 解决 JavaScript 与 Firebase 时间戳对象交互的问题,正确处理时间戳。 * 掌握如何定位特定文档进行更新操作。 **课程亮点:** 该课程特别适合希望学习 Firebase Firestore 查询、处理 JavaScript 和 Firebase 时间戳转换、以及进行特定文档更新操作的学习者。通过实际的 Todo 应用开发,您可以全面提升使用 Next.js 和 Firebase 构建现代 Web 应用的能力。
In this course, we will teach you How to setup the firebase with latest version v9. Firebase allows us to build application in serveless way, we do not need to spend a lot of time to setup the backend.We will create a simple Todo app with NextJS and Firestore, which let us learn how to do the CRUD operation by using these two great toolsWe will walk through how to setup the firebase, make the query to read the todos. We also will simplify the process of styling by using the Material UI.After that we will create the input form for the user to adding a new todo. No matter the user is insert, update or delete, it will have an alert message show to the users to let them know their operation success.We will also implement the detect function to detect whether the user want to update or delete the todo. The UI will change accordingly base on the user selection.So if you also want to learn how to make query on Firebase Firestore, how to deal with the timestamp problem, letting the JavaScript understand the Firebase timestamp object, how to take a specific document to update. The course is for you.