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.
1 parent e239c2d commit 9e99e1eCopy full SHA for 9e99e1e
android/src/main/java/io/fullstack/firestack/FirestackModule.java
@@ -208,7 +208,7 @@ public void onHostDestroy() {
208
public Map<String, Object> getConstants() {
209
final Map<String, Object> constants = new HashMap<>();
210
constants.put("googleApiAvailability", getPlayServicesStatus());
211
- constants.put("serverValueTimestamp", ServerValue.TIMESTAMP));
+ constants.put("serverValueTimestamp", ServerValue.TIMESTAMP);
212
return constants;
213
}
214
0 commit comments