Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit ca51d71

Browse files
EddyVerbruggeneddyverbruggen
authored andcommitted
Unusual error message when retrieving data set and binding to layout #272
1 parent 1635112 commit ca51d71

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

firebase.ios.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,10 @@ firebase.init = function (arg) {
495495
resolve(firebase.instance);
496496
}
497497

498-
// wrapped in a timeout to play nice with nativescript-angular's appdelegate handling
499-
setTimeout(runInit, 0);
498+
// wrapped in a timeout to play nice with nativescript-angular's appdelegate handling,
499+
// but reverted because of #272
500+
// setTimeout(runInit, 0);
501+
runInit();
500502
} catch (ex) {
501503
console.log("Error in firebase.init: " + ex);
502504
reject(ex);

0 commit comments

Comments
 (0)