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.
B4X:
Sub Service_Create
auth.Initialize("auth")
storage.Initialize("storage", bucket)
End Sub
I can't see what I could possibly be doing wrong, unless it's manifest related. Could someone give it a quick look? Thanks.
There is none Erel. As soon as I open, it crashes with no error message, even with Bridge logging enabled.
If I unclick the FirebaseAuth library and comment out dependent lines, it at least loads. Could this indicate that Firebase is not set up right at the Console? In that process, I was concerned that I was never prompted to do download pepk.jar. Is this still something that's necessary, and could this be my problem?
It also happened to me yesterday that working with Firebase in the log file does not see anything, the solution was to download a new Android SDK and not update anything.
Here are the steps I did:
1. Create a folder on drive C called New Android SDK
It also happened to me yesterday that working with Firebase in the log file does not see anything, the solution was to download a new Android SDK and not update anything.