I'm trying to integrate Firebase Storage into my project. I've done everything at the Firebase Console end, and so the next step was to make the Firebase Storage Example work with my Firebase bucket. I've spent an entire day with it and can't keep it from crashing. The crash happens on the first line of Service_Create in the Starter, but it doesn't show up in the log even in Debug.
I can't see what I could possibly be doing wrong, unless it's manifest related. Could someone give it a quick look? Thanks.
B4X:
Sub Service_Create
auth.Initialize("auth")
storage.Initialize("storage", bucket)
End Sub