Changed Firebase API key to new project.

This commit is contained in:
Patrick Fic
2020-05-22 09:05:55 -07:00
parent 3f9d35a25c
commit 75739656c4

View File

@@ -9,7 +9,7 @@ namespace BodyshopUploader.Utils
public static class AppMetaData
{
//TODO: Change firebase API Key to be dependent on what environment monitor has been set for.
public static string FirebaseAPIKey_DEV = "AIzaSyDV9MsSHZmpLtjoaTK_ObvjFaJ-nMSd2KA";
public static string FirebaseAPIKey_DEV = "AIzaSyDPLT8GiDHDR1R4nI66Qi0BY1aYviDPioc";
public static string ActiveShopId = Properties.Settings.Default.LastSelectedShop;
public static string ShopRegion = "";
public static dynamic CiecaOpCodes;