Question: How do I go back to a previous version of my code during the development process?
Answer: You can go back to a previous version of your app and code by simply scrolling to the session you want from the chats and clicking on the restore button.
Question: Can Famous AI build React Native apps that can be packaged as Android or IOs apps?
Answer: Yes, when you build a mobile app using famous.ai, it’ll build it for both Android and IOS using Expo.
Question: Is there a way to install the mobile app that you create on your phone?
Answer: Yes, for development you can use Expo Go and for the actual build, you'll have to download it after submitting it to the Apple App Store or Google Play Console.
Question: How do I access my project after it is finished and can I continue developing it?
Answer: You can access it from the dashboard and can continue from where you left it off.
Question: Where can I find and manage the backend for my app?
Answer: You can view and manage your tables, schemas, and SQL queries directly in the Supabase Dashboard under the Database section.
You can access any custom backend logic/functions implemented by Famous.AI inside the edge functions tab in the sidebar.
Once you find the function you're looking for, simply click on it and navigate to the code tab to grab the code.