Skip to content
This repository has been archived by the owner on Apr 7, 2020. It is now read-only.

Parent App crashes after successful login #3

Closed
aapkaneelesh opened this issue Dec 23, 2018 · 8 comments
Closed

Parent App crashes after successful login #3

aapkaneelesh opened this issue Dec 23, 2018 · 8 comments

Comments

@aapkaneelesh
Copy link

parent app crashes after successful login it also shows permission denied
I tried to apply storage permission to app manually in settings but still crashes just after login

in log cat i cant see any kind of red error message but certain codes suggest it could be the error of firebase database permission

need ur help

@M1Dr05
Copy link
Owner

M1Dr05 commented Jan 15, 2019

In what version of android are you running the application?

you could show in detail the error that shows you in the logcat

@aapkaneelesh
Copy link
Author

aapkaneelesh commented Jan 15, 2019 via email

@cool125
Copy link

cool125 commented Feb 12, 2019

does any setting required in firebase databse? i have compiled both apps ..

problems:
tested on 7.1.2 android
1 - child app not being hide.. its always struck on hiding
2- outgoing sms logs not recording. incoming sms logs recording and showing in parent app.
3- Call logs not working, Calls table is not available in firebase realtime database. , calls recording as well not working. ( does any manual setting required in firebase storage to save calls recording and photos?
4- pictures not capturing

can u change MAP feature. because free google map api key required to submit credit card info, so many people doesnt have valid credit card. it will be easy if only cordinates showing

kindly guide me..

@M1Dr05 M1Dr05 closed this as completed Feb 21, 2019
@M1Dr05 M1Dr05 reopened this Feb 21, 2019
@Andrewajith
Copy link

parent app crashes after successful login it also shows permission denied
I tried to apply storage permission to app manually in settings but still crashes just after login

in log cat i cant see any kind of red error message but certain codes suggest it could be the error of firebase database permission

need ur help

same problem..help me..how did u fix...
2019-03-02 19:23:14.528 17776-17776/com.github.midros.istheapp E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.github.midros.istheapp, PID: 17776
io.reactivex.exceptions.OnErrorNotImplementedException: Permission denied
at io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:704)
at io.reactivex.internal.functions.Functions$OnErrorMissingConsumer.accept(Functions.java:701)
at io.reactivex.internal.subscribers.LambdaSubscriber.onError(LambdaSubscriber.java:79)
at io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber.checkTerminated(FlowableObserveOn.java:207)
at io.reactivex.internal.operators.flowable.FlowableObserveOn$ObserveOnSubscriber.runAsync(FlowableObserveOn.java:392)
at io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber.run(FlowableObserveOn.java:176)
at io.reactivex.android.schedulers.HandlerScheduler$ScheduledRunnable.run(HandlerScheduler.java:109)
at android.os.Handler.handleCallback(Handler.java:836)
at android.os.Handler.dispatchMessage(Handler.java:103)
at android.os.Looper.loop(Looper.java:232)
at android.app.ActivityThread.main(ActivityThread.java:6802)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1103)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:964)
Caused by: java.lang.Throwable: Permission denied
it shows like this

@M1Dr05
Copy link
Owner

M1Dr05 commented May 15, 2019

in your project at console.firebase.google.com, in the database/rules section, assign these rules:
{
"rules": {
".read": true,
".write": true
}
}

@M1Dr05 M1Dr05 closed this as completed Sep 2, 2019
@picassotech
Copy link

I have come across a lot of error while compiling finally solved all but here are some major error

I am using android 5.1 API set to be 18 android studio version 3.3
1.In child app unable to hide the app!
2. In parent app after login, it crashes and closes.
I tried to fix it and in firebase, I have enabled email/pass login authenticated .created a database and set rules to "true" and created storage (don't know if I should make any project bucket there).
Also, no error now come while compiling or building a debug apk please help me out admin or talk to me on telegram @apybuilder.

1 similar comment
@picassotech
Copy link

I have come across a lot of error while compiling finally solved all but here are some major error

I am using android 5.1 API set to be 18 android studio version 3.3
1.In child app unable to hide the app!
2. In parent app after login, it crashes and closes.
I tried to fix it and in firebase, I have enabled email/pass login authenticated .created a database and set rules to "true" and created storage (don't know if I should make any project bucket there).
Also, no error now come while compiling or building a debug apk please help me out admin or talk to me on telegram @apybuilder.

@picassotech
Copy link

does any setting required in firebase databse? i have compiled both apps ..

problems:
tested on 7.1.2 android
1 - child app not being hide.. its always struck on hiding
2- outgoing sms logs not recording. incoming sms logs recording and showing in parent app.
3- Call logs not working, Calls table is not available in firebase realtime database. , calls recording as well not working. ( does any manual setting required in firebase storage to save calls recording and photos?
4- pictures not capturing

can u change MAP feature. because free google map api key required to submit credit card info, so many people doesnt have valid credit card. it will be easy if only cordinates showing

kindly guide me..

I have come across a lot of error while compiling finally solved all but here are some major error

I am using android 5.1 API set to be 18 android studio version 3.3
1.In child app unable to hide the app!
2. In parent app after login, it crashes and closes.
I tried to fix it and in firebase, I have enabled email/pass login authenticated .created a database and set rules to "true" and created storage (don't know if I should make any project bucket there).
Also, no error now come while compiling or building a debug apk please help me out admin or talk to me on telegram @apybuilder.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants