Upgrade to Pro — share decks privately, control downloads, hide ads and more …

What's New in Firebase 2020

What's New in Firebase 2020

Firebase Thailand

October 10, 2020
Tweet

More Decks by Firebase Thailand

Other Decks in Technology

Transcript

  1. 1st Firebase GCP Region in SEA • Cloud Firestore •

    Cloud Storage • Cloud Functions
  2. Support not-equal queries Projects Document project_id: 111 description: “”, status:

    “not_started” Document project_id: 222 description: “”, status: “complete” Document project_id: 333 description: “”, status: “in_progress” Document project_id: 444 description: “”, status: “dropped” collection(“project”).where(“status”, “!=”, “completed”)
  3. Support not-in queries Projects Document project_id: 111 description: “”, status:

    “not_started” Document project_id: 222 description: “”, status: “complete” Document project_id: 333 description: “”, status: “in_progress” Document project_id: 444 description: “”, status: “dropped” collection(“project”).where(“status”, “not-in”, [“completed”, “dropped”])
  4. Preview Channels • Live Channel • Preview Channel http://jirawatee-108d7.web.app https://jirawatee-108d7--preview-5lm54dvk.web.app

    Firebase CLI firebase hosting:channel:deploy preview_name --expires 1d Channel ID Random Hash Project ID
  5. Firebase CLI firebase hosting:clone staging-site:preview prod-site:live even if they're in

    different Firebase projects if you have the permission Cloning between Sites/Channels
  6. Node.js Versions • v8 is deprecated • v10 is stable

    • v12 is beta Blaze plan Blaze plan Spark plan