Skip to content

Instantly share code, notes, and snippets.

@JosefJezek
Last active May 24, 2018 04:13
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JosefJezek/2e8fd6cc5b2360a9a2b2 to your computer and use it in GitHub Desktop.
Save JosefJezek/2e8fd6cc5b2360a9a2b2 to your computer and use it in GitHub Desktop.
Firebase

Firebase

How to

Analytics

Admin SDK

Codelabs

Info

Use Cases

Promises

Subservices

Storage

  • Firebase Storage is designed specifically for scale, security, and network resiliency.
  • Scale: Every file uploaded is backed by Google Cloud Storage, which scales to petabytes.
  • Security: Files can be secured to specific users or sets of users using Storage Security Rules.
  • Network Resiliency: Uploads and downloads are automatically retried in the case of poor network connections, so you don’t have to keep track of them yourself.
  • https://firebase.googleblog.com/2016/07/5-tips-for-firebase-storage.html

Use Cases

Firebase 2016 Wishlist

Guides

Auth

GAE

Decode JWT

User Roles

Multi users

Multiple social services

Send mail

BigQuery for reports

Queue

Queries

Python

Search

SEO

Tools

Examples

Alternatives

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment