We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1249bb4 + 9cd1408 commit 591c43eCopy full SHA for 591c43e
lib/src/data/parse_core_data.dart
@@ -17,7 +17,7 @@ class ParseCoreData {
17
if (debug != null) _instance.debug = debug;
18
if (appName != null) _instance.appName = appName;
19
if (liveQueryUrl != null) _instance.liveQueryURL = liveQueryUrl;
20
- if (clientKey != null) _instance.clientKey = masterKey;
+ if (clientKey != null) _instance.clientKey = clientKey;
21
if (masterKey != null) _instance.masterKey = masterKey;
22
if (sessionId != null) _instance.sessionId = sessionId;
23
}
0 commit comments