Skip to content

v2.0.0

Choose a tag to compare

@lupas lupas released this 27 Jul 06:47
· 937 commits to master since this release
76c2630

✨ New

  • Added Firebase Performance that can now be accessed via $firePerf.

‼️ Important - Breaking Change
You now have to include your appId in the Firebase config object:

config: {
          development: {
            ...
            appId: '<appId>'
          },
          production: {
           ...
            appId: '<appId>'
          }
}

Thanks to @ahmedHusseinF for the pull-request.