🔥 Firestore: scalable database

please help

Excellent extension. Users have the chance to use another new database. Options are increased. Good.

The extension is excellent. Very good! I am looking for alternatives to work with Firebase Authentication. Congratulations on the work. The guide is also great.

You must set your Firebase details using the InitializeFirebase block.

Cause

Line #88 of jarlisson2/FirestoreAIX.

Solution to cause

Line #98 of jarlisson2/FirestoreAIX.

2 Likes

my problem is the same. I already have set my Firebase details in InitializeFirebase block. but still error as below.

“FirebaseApp with name second app doesn’t exist. Available app names: [DEFAULT]”

the error occur when call Firebase1 InitializeFirebase. help me please.

Hi @111192,

Before continuing, please read…

- How to ask Great Questions
- Code of Conduct
- Do not notify users in 1st post
- Measures to Prevent Creation of Duplicate Topics
- All capitals in title, post or reply are not allowed
- Rules Enforcement
- Community Guidelines

These topics are not targeting you or a specific audience, but this response is for you as a new user.


Welcome to the community and we’re happy to have you here! Can you tell me whether you have other Firebase components in your app? Like Firebase DB, Storage, Config, and so on? From there, I can likely help @jarlissonlira2 in fixing the issue.

2 Likes

I have read it. But, if I miss something, I’m so sorry. My english is very pool.

1 Like

I have already set my Firestore initializeFirebase block but still error

FirebaseApp with name second app doesn’t exist. Available app names: [DEFAULT]

1600997429522

please help me.

You’re answering a question that you’ve already answered.

so sorry I’ve confused about this board usage.

yes, my project there is a firebase authentication and after this I will take firebase storage also.
what should I do? friend.

Do not refer to me as friend. I will submit a PR to fix the issue tomorrow.

thank you for you help

How to input data type geopoint Jarlison, seems like array have lattitude and longitude… Thankyou

I still wait for you help.

please…

Hello @111192,

My schedule has been busy over the past few days as with many others. I have contributed to another Github project at a staggered rate because of it and there is still things I need to finish so others can complete their checklist. So please, be patient.

Thank you.

3 Likes

Hello, the same thing happens to me and I have discovered that it does not work with the Companion emulator, but if you create the apk and run it if it works correctly, try it and see how it works ok.

what types of language we are using to a send query request. it’s web or java

Please help !
FirebaseApp with name second app doesn’t exist. Available app names:

1 Like

when u install apk in your real device then u can’t see this error

I did test this and it works for me, but for everyone who wants to see if the issues are fixed for them, here you go!

  • Fixed package name collision
    • Package name is com.jdl.firestore instead of com.jdl.Firestore… This shouldn’t cause issues for you.
  • Added com.android.support:support-annotations library
    • Kodular should have this library, but since I’m working on App Inventors source where they’ve switched over to AndroidX I had to include it… Otherwise the build would fail. Although this hasn’t really increased the size if it has at all!

com.jdl.firestore.aix (2.3 MB)

@jarlissonlira2 I have submitted a PR on GitHub… Fix "FirebaseApp with name second app doesn’t exist" by StormiFire · Pull Request #1 · jarlisson2/FirestoreAIX · GitHub

3 Likes