I read the discussions in the community. But I couldn’t find a solution for myself.
I need help. I need help.
Kshitij
(Kshitij Vats)
December 9, 2020, 1:45pm
#2
Asking questions
To improve the chance of getting help on the forum please follow these recommendations when posting a question:
Do your homework first
Search for similar questions/answers on the forum. Try forum search and also Google your problem.
Try to solve the problem yourself, and describe what you have tried. It is much more rewarding to help someone who has tried himself first.
Post in the right categorie, post only once and do not steal topics
Make sure that you post your question …
First of all the official language of the community is English but your reference image does not have it at all…
And second, you should refer to the above guide More Information is required…
Enderman
(Shreyansh)
December 9, 2020, 3:26pm
#4
I cant Understand what are You Telling But Note You can’t View .json Files in Viewing area only images and videos you can view
Boban
(Boban Stojmenovic)
December 9, 2020, 4:54pm
#5
This is starting to be a frequent cause
To be honest I have no knowledge of Firebase.
But by looking at one of the json files that were lying around here on my PC, I saw that one line was missing in both cases
"firebase_url": "https://your-projekt-id.firebaseio.com",
if it is the right/correct one I have no idea…
"project_info": {
"project_number": "123456789",
"firebase_url": "https://your-projekt-id.firebaseio.com",
"project_id": "your-projekt-id",
"storage_bucket": "your-projekt-id.appspot.com"
2 Likes
I would like to point out that I have attached the Json file
Is your Android package name on Firebase the same as on the kodular?
Yes, Android package name in Firebase is same as kodular
Can you show the error message screen that is appearing to you?
See this post from @Boban , the error is similar to yours.
Have you tried that?
To be honest I have no knowledge of Firebase.
But by looking at one of the json files that were lying around here on my PC, I saw that one line was missing in both cases
"firebase_url": "https://your-projekt-id.firebaseio.com",
if it is the right/correct one I have no idea…
"project_info": {
"project_number": "123456789",
"firebase_url": "https://your-projekt-id.firebaseio.com",
"project_id": "your-projekt-id",
"storage_bucket": "your-projekt-id.appspot.com"
1 Like
Yes I tried but got no results
Will your login authentication be done by email?
If so, you have already checked if you have activated the login provider (EMAIL) in firebase
Douglas_Maueski:
Will your login authentication be done by email?
If so, you have already checked if you have activated the login provider (EMAIL) in firebase
I would be happy if it was it. But that’s not the problem, I can’t compile the apk file.
Boban
(Boban Stojmenovic)
December 9, 2020, 7:44pm
#15
May I ask where did you do that.
Mustafa_KARATAS:
These
Looking at this image I see that the component firesabe_database
is missing
It is through it that you will be able to link your app with the firebase database
without that key and URL you won’t be able to.
I solved the problem . I created a new project with a different e-mail address regarding the problem json file.
1 Like
system
(system)
Closed
January 8, 2021, 8:06pm
#18
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.