firebase-tools icon indicating copy to clipboard operation
firebase-tools copied to clipboard

First pass at auto generating sdk configs

Open maneesht opened this issue 1 year ago • 0 comments

Fixed:

  • Return type. Originally the return type was set to AppConfigurationData when AppConfig should've been returned instead.
  • When file name is not specified via out and the command attempted to get the default file name, the terminal would output undefined and error out. Now the correct output file is specified and used.

maneesht avatar Oct 14 '24 18:10 maneesht