Releases: divriots/vite-plugin-firebase
Releases · divriots/vite-plugin-firebase
v0.4.0
What's Changed
- fix: fix
Usage
object syntax error by @Vibes-INS in #11
- feat: bump firebase-tools to version 11 by @muryoh in #12
New Contributors
- @Vibes-INS made their first contribution in #11
Full Changelog: v0.3.2...v0.4.0
v0.3.2
Same content as intended 0.3.1 except
this one actually contains updated binaries 😅
v0.3.1
Fix a problem with FIREBASE_TOKEN auth
v0.3.0
Bump firebase-tools dependency to v10
v0.2.4
Fix UI support
Added projectName parameter which defaults to projectId parameter value
v0.2.3
UI support
Firebase UI can now be enabled using a parameter of the plugin constructor
v0.2.1
Added targets
configuration
Defaults to ['hosting', 'functions']
, but additional emulators to be started can be specified, ie ['hosting', 'functions', 'firestore
]