Tim Moores
Saloon Keeper
Posts: 4280
106
posted 1 year ago
There's just a single line? That's odd. Have you added additional logging to find out in which line the exception occurs, or stepped through it with a debugger?
Also:
Edited: I see, you're catching the exception, but do not print out the stacktrace. Change your catch handler to do that instead of discarding this vital information.
Also:
Tim Moores wrote:Have you checked that "mMap" is not null?
Edited: I see, you're catching the exception, but do not print out the stacktrace. Change your catch handler to do that instead of discarding this vital information.
Titus Vasilescu
Greenhorn
Posts: 8
posted 1 year ago
Okay, that's a searchable error.
Seems to be an error they have fixed. Have you updated recently? Also, check these links with provide some solutions:
http://blogs.candoerz.com/question/231773/firebaseapp-with-name-default-doesn39t-exist.aspx
https://codedump.io/share/Xw2tIRsilhok/1/enabling-offline-capabilities-throws-quotjavalangillegalstateexception-firebaseapp-with-name-default-doesn39t-existquot
https://groups.google.com/forum/#!topic/firebase-talk/ZIhO6Wwe1oM

Seems to be an error they have fixed. Have you updated recently? Also, check these links with provide some solutions:
http://blogs.candoerz.com/question/231773/firebaseapp-with-name-default-doesn39t-exist.aspx
https://codedump.io/share/Xw2tIRsilhok/1/enabling-offline-capabilities-throws-quotjavalangillegalstateexception-firebaseapp-with-name-default-doesn39t-existquot
https://groups.google.com/forum/#!topic/firebase-talk/ZIhO6Wwe1oM
