firebase / emulators-codelab

Apache License 2.0
46 stars 38 forks source link

Update to new, unified codelab #7

Closed samtstern closed 3 years ago

samtstern commented 3 years ago

TODO:

We need to replace these codelabs:

  1. https://developers.google.com/codelabs/firebase-emulator-get-started
  2. https://developers.google.com/codelabs/firebase-emulator-test-rules
  3. https://developers.google.com/codelabs/firebase-emulators-test-functions

We need to make sure that all three redirect to the new codelab, probably via Devsite redirects?

yuchenshi commented 3 years ago

Hi @samtstern! I've updated the master branch to include GitHub CI and added a few fixes for the existing test script. Those fixes should be obsoleted by this PR so feel free to just overwrite my changes, as long as the CI still pass. (You can resolve the conflicts by choosing to use your versions as a whole)

samtstern commented 3 years ago

@yuchenshi thanks for the heads up and for adding CI!