firebase-tools
firebase-tools copied to clipboard
First pass at auto generating sdk configs
Fixed:
- Return type. Originally the return type was set to
AppConfigurationDatawhenAppConfigshould've been returned instead. - When file name is not specified via
outand the command attempted to get the default file name, the terminal would outputundefinedand error out. Now the correct output file is specified and used.