Open
Description
Alter auth (and perhaps other packages already converted v9 API) to new emulator APIs
It appears that the v9 APIs have moved from useEmulator
to connect<PackageName>Emulator
as an API convention, but I think only the database module is converted correctly at the moment
`useEmulator()` has been renamed to `connectDatabaseEmulator()`. `getServerTime()` actually doesn't exist in the V9 API. I think that was left over from when I was copying over some functions from V8 (compat)
Originally posted by @exaby73 in #7136 (comment)