|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/python-firebase-with-firebase-admin-sdk/
课程评论:没有评论
课程概述:Python Firebase与Firebase Admin SDK 欢迎学生们参加“Python Firebase与Firebase Admin SDK”课程。在本课程中,我们将探讨多个主题和章节。 首先,什么是Python?Python是一种高级通用编程语言,采用解释型设计理念,强调代码的可读性,并使用显著的缩进。它的语言构造和面向对象的方法旨在帮助程序员为小型和大型项目编写清晰、逻辑的代码。 接着,什么是Firebase?Firebase是由Google开发的一个平台,用于创建移动和web应用。该平台最初成立于2011年,2014年被Google收购,现在是其应用开发的旗舰产品。 然后,我们介绍Firebase Admin SDK。Firebase Admin SDK是一组服务器库,允许你在特权环境中与Firebase进行交互,执行读取和写入实时数据库的数据、编程发送Firebase云消息、生成和验证Firebase认证令牌、访问与Firebase项目相关的Google Cloud资源等操作。此外,Firebase Admin SDK还支持多种编程语言,包括Java、C#、NodeJS、C++和Python。在本课程中,我们将重点学习如何将Firebase Admin SDK与Python编程语言集成。 课程结构如下: 1. 第一部分:学习如何在Firebase中创建项目,生成服务账户的私钥,以及在Python中初始化Firebase Admin SDK。 2. 第二部分:介绍Firebase身份验证,Firebase提供了易于使用的SDK和现成的UI库,支持多种用户身份验证方式。本课程将重点介绍如何使用电子邮件和密码创建用户。 3. 第三部分:学习Firebase实时数据库,该数据库允许从客户端直接安全访问,使得用户能够构建丰富的协作应用。 4. 第四部分:介绍Firebase Cloud Firestore,Cloud Firestore是一个云托管的NoSQL数据库,支持多种平台直接访问。 5. 第五部分:学习Firebase Cloud Storage,让用户能够上传和共享用户生成的内容,如图像和视频。 6. 第六部分:探讨如何使用Pyrebase4,这是一个围绕Firebase Admin SDK的封装库。 通过本课程,您将掌握如何使用Python与Firebase进行全面集成,为开发现代应用打下坚实的基础。
Hello Students Welcome to Python Firebase with Firebase Admin SDK course, there are different topics and sections in this course.What is Python ? Python is an interpreted high-level general-purpose programming language. Its design philosophy emphasizes code readability with its use of significant indentation. Its language constructs as well as its object-oriented approach aim to help programmers write clear, logical code for small and large-scale projects.What is Firebase ? Firebase is a platform developed by Google for creating mobile and web applications. It was originally an independent company founded in 2011. In 2014, Google acquired the platform and it is now their flagship offering for app development.What is Firebase Admin SDK ?The Admin SDK is a set of server libraries that lets you interact with Firebase from privileged environments to perform actions like:Read and write Realtime Database data with full admin privileges.Programmatically send Firebase Cloud Messaging messages using a simple, alternative approach to the Firebase Cloud Messaging server protocols.Generate and verify Firebase auth tokens.Access Google Cloud resources like Cloud Storage buckets and Cloud Firestore databases associated with your Firebase projects.Create your own simplified admin console to do things like look up user data or change a user's email address for authentication.Firebase Admin SDK supports different programming languages like Java, C#, NodeJS, C++ and Python, in this course we are interested in integrating Firebase Admin SDK with Python Programming Language.Course Structure This course is divided in to different sections.1: In the first section we are going to learn that how we can create a Project in Firebase, how we can generate private key for our service account, and how we can initialize Firebase Admin SDK in Python Programming Language.2: In the second section we are going to learn about Firebase Authentication, so Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app. It supports authentication using passwords, phone numbers, popular federated identity providers like Google, Facebook and Twitter, and more, in this course we are interested in creating users with email and password.3. In the third section we are going to learn about Firebase Realtime Database, now the The Firebase Realtime Database lets you build rich, collaborative applications by allowing secure access to the database directly from client-side code. Data is persisted locally, and even while offline, realtime events continue to fire, giving the end user a responsive experience.4. In the fourth part we want to talk about Firebase Cloud Firestore with Python, the Cloud Firestore is a cloud-hosted, NoSQL database that your Apple, Android, and web apps can access directly via native SDKs. Cloud Firestore is also available in native Node.js, Java, Python, Unity, C++ and Go SDKs, in addition to REST and RPC APIs.5. In the fifth part we are going to learn about Firebase Cloud Storage, the Cloud Storage for Firebase lets you upload and share user generated content, such as images and video, which allows you to build rich media content into your apps. Your data is stored in a Google Cloud Storage.6. In the sixth part we are going to learn that how we can work with Pyrebase4, it is a wrapper library around firebase admin sdk.