Firebase-tools: No Auth Emulation option when installing the emulators

Created on 16 Nov 2020  路  6Comments  路  Source: firebase/firebase-tools

[REQUIRED] Environment info

firebase-tools:8.13.0

Platform: macOS

[REQUIRED] Test case

Given I am installing the emulation suite
When presented with the different suites to install such as firestore, realtime, functions, etc
Then I am not shown the "Auth" option

The function to set my iOS Swift App to use the emulation also does not register:
Screenshot 2020-11-16 at 13 15 55

[REQUIRED] Steps to reproduce

Install emulators via terminal
View available emulators
You should not be able to see auth

To be able to see auth


N/A

Most helpful comment

@RobSwish thanks for pointing that out! I will get those docs updated.

All 6 comments

This issue does not seem to follow the issue template. Make sure you provide all the required information.

Follows the template exactly you silly bot.

@RobSwish the Auth emulator was released on 8.14.0 so you need to update:
https://github.com/firebase/firebase-tools/releases/tag/v8.14.0

Support for using the Auth emulator with the iOS SDK was released in 7.0.0 of that SDK:
https://firebase.google.com/support/release-notes/ios

If you're having iOS SDK issues besides needing to update please file them on the firebase-ios-sdk repo.

As for the silly bot, it was complaining that you missed the 'Expected Behavior' and 'Actual Behavior' sections of the issue template.

Oh, I put those behaviour things in but I guess not in the places it expected. Thanks for the speedy help.

The docs for the emulator suite say:

"You will need CLI version 7.8.0 or higher to use the Emulator Sute" - (With that small typo) So I didn't update, but I will now.

@RobSwish thanks for pointing that out! I will get those docs updated.

Was this page helpful?
0 / 5 - 0 ratings