# Stuck on App Prioducer

**Problem**: When I run app producer, it get's stuck on this

```
? What you want to do next? Make Android app
? What is the APP ID you want to make? 1

/rab_pointers/data/1
\ Fetching App Data..
/saasapps/xxxxxxxxxxxxxxx/zzzzzzzzzzzzz
```

**Reason 1**:  Google has changed firebase permissions on their own.\
**Reason 2**: Bug in version 13.1

### **Solution 1**:&#x20;

1.Go in your [Firebase Console](https://console.firebase.google.com/)\
2\. Locate your project\
3\. Go in Firebase Realtime Database Rules and Firestore Datbase Rules\
4\. They should be like on our guide bellow.

{% content-ref url="/pages/-LsMAAxaauvuRoNp9E1g" %}
[Firebase Account setup](/react-app-builder/easy-setup-netlify/firebase-account-setup.md)
{% endcontent-ref %}

### **Solution 2:**

Download the latest code from CodeCanyon. There we have the fix in the file Mobile App/Producer/produce.js


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mobidonia.gitbook.io/react-app-builder/common-problems/stuck-on-app-prioducer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
