More rest calls

This commit is contained in:
vjrj 2018-06-10 18:02:50 +02:00
parent b5b8b3da51
commit 5bea196253
5 changed files with 123 additions and 94 deletions

View file

@ -12,8 +12,9 @@ Future<Map<String, dynamic>> loadSecrets() async {
void main() {
loadSecrets().then((secrets) {
globals.firesApiKey = secrets['firesApiKey'];
globals.gmapKey = secrets['gmapKey'];
globals.firesApiKey = secrets['firesApiKey'];
globals.firesApiUrl = secrets['firesApiUrl'];
globals.prefs.then((prefs) {
loadYourLocations(prefs);