Updated logo + added production paths for gql and firebase api.
This commit is contained in:
@@ -12,7 +12,7 @@ namespace BodyshopPartner.Utils
|
||||
{
|
||||
private static NLog.Logger logger = NLog.LogManager.GetCurrentClassLogger();
|
||||
public static FirebaseAuthLink authlink;
|
||||
static FirebaseAuthProvider ap = new FirebaseAuthProvider(new FirebaseConfig(Utils.AppMetaData.FirebaseAPIKey_DEV)); //TODO: Update this to be a dynamic key. Perhaps a function that fetches?
|
||||
static FirebaseAuthProvider ap = new FirebaseAuthProvider(new FirebaseConfig(Utils.AppMetaData.FirebaseAPIKey));
|
||||
private static Timer tokenTimer = new Timer();
|
||||
private static string U;
|
||||
private static string P;
|
||||
|
||||
Reference in New Issue
Block a user