Prince Sumberia

Results 7 comments of Prince Sumberia

The issue maybe with the missing API key. You can find the firebase API key inside your `google-services.json` file after you have successfully connected with the firebase account. ``` "api_key":...

I think the inventory is empty that's why you are getting null. Have you tried adding some assets/inventory first before issuing them? First, add some random inventory as well as...

Okay, I will look into the code and figure out what's wrong with the code. But first, can you confirm the following: - Have you created users both approver and...

You have to scan the QR code generated after you have added the asset.

Hi @keerthik123, the app uses Firestore Database, not Realtime database. So you need to look into the Firestore Database option just above the Realtime Database option. I hope this helps....

Today I have gone through the project and found out the reason for the errors. And it seems like the Firebase API has changed since the app was last updated....