-
Notifications
You must be signed in to change notification settings - Fork 98
FirebaseWrapper error when runnin focusWebkitDebug variant #2143
Comments
Do you see a |
@ariefbayu
What test are you running? |
I don't see it in module
I'm already on
I'll wait, thanks for the help. |
My goal right now is to make it run on my android so that I can move on to learning the codes and eventually, help bugfixing. I tried
|
@mTwTm I'm not sure if this is my mistake in checking the location of |
They are expected to be in /firebase. However your comments remind that the error may be due to an Android Studio 3.0 change. Are you using an 3.0+ Android Studio? I'll try later if this can be reproduced on Android Studio 2.X when I have some time for this. |
I'm using Android Studio 3.1.3. However, starting today, moved into:
|
Just made a clean clone and can't reproduce what you've experienced. What I can tell from the error log so far though is Another thing that you might want to try is: git checkout to a version that you can build for further investigation. (I'm expecting that to be the first version when we have Firebase, though.) An even more complex path is to set up a FocusWebkitFirabase build with real Firebase keys. I think you can seek counsel from @cnevinc if you're interested in doing this. |
This looks promising as I also have experience working with Firebase. |
From README.md:
I think creating a Firebase project and pointing these variables to your ids should work. (Although I'm still afraid |
Tried this with my personal device at home and successfully reproduced. What I tried was: |
It seems to be an Android Studio scope problem. I can't reproduce this even if I clone new Rocket repo instances. This may take longer to inspect... Let me know if the workaround is working! :) |
Oh and one more thing I've done: I think I've turned instant run off at some point. You can find that option in: Settings/Build, Execution, Deployment > Instant Run |
Confirmed the main difference to default configuration we have is instant run. I'll add this to the README.md recently. |
@mTwTm Awesome! Disabling |
I'll close this one now. Please reopen if needed |
Base on issue #1906, I used
focusWebkitDebug
for my local test. However, it generate the following errorThe
firebase
module was set tofirebase_no_op
. I can't change it tofirebase
since gradle build always complain:Any help? Thank you.
The text was updated successfully, but these errors were encountered: