Project

General

Profile

Actions

Task #515

open

Task #512: Firebase learning phase 1: Documentation

Firebase learning phase 1: Documentation [Tuấn]

Added by Tuan Nguyen about 2 years ago. Updated about 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Start date:
11/07/2023
Due date:
% Done:

100%

Estimated time:

Description

1. What is/using Firebase?
=> Firebase is a set of backend cloud computing services and application development platforms provided by Google. It hosts databases, services, authentication, and integration for a variety of applications, including Android, iOS, JavaScript, Node.js, Java, Unity, PHP, and C++.

2. What is/using Firestore?
=> *Cloud Firestore
a scalable, flexible database service for server, web, and mobile development. It serves as a NoSQL document database. You can use it to store, query, and sync your app data. It is supported for Android, iOS, and web applications.

3. What is/using Authentication?
=> Authentication —included in the SDK in the form of UI libraries. You can use it as a backend service to authenticate app users via password, phone numbers, or federated ID. Federated options include Google, Twitter, and Facebook. It is supported for Android, iOS, and web applications.

4. What is/using Storage?
=> Firebase Cloud Storage—also called Firebase File Storage or Firebase Object Storage, is an object storage service offered on Google Cloud Platform. When Google Cloud Storage is incorporated into Firebase apps, you gain access to Google security measures and the ability to secure any uploads or downloads in your app. Through the SDK you can also manage your media and access it directly from your storage account. Integration is supported for Android, C++, iOS, Unity, and Web apps.

5. When should we use Firebase?
=> +) It manages all data real-time in the database.
+) It syncs real-time data across all devices.
+) It is faster than any backend service.
+) Get cloud storage and dynamic linking.

Actions #1

Updated by Tuan Nguyen about 2 years ago

  • % Done changed from 90 to 100
Actions

Also available in: Atom PDF