Hello,
Take a look at this video, it will help you to submit your App on Apple Store.
Follow this path
Follow this path Preferences | Build, Execution, Deployment | Build Tools | Gradle
go to the dashboard then application then top config
then go to your Firebase account download your JSON file and complete the spaces of the top config from the dashboard with the info from the JSON file
the screenshots will help
You can always get our latest version (update) of nearbystores app for free from Envato by clicking on the download button
CREATE TABLE `booking` ( `id` int(11) NOT NULL, `user_id` int(11) DEFAULT NULL, `store_id` int(11) DEFAULT NULL, `cf_id` int(11) DEFAULT NULL, `cf_data` text DEFAULT NULL, `cart` text DEFAULT NULL, `status` int(11) NOT NULL DEFAULT 0, `updated_at` datetime NOT NULL, `created_at` datetime NOT NULL, `amount` double DEFAULT 0, `payment_status` varchar(150) DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8; ALTER TABLE `booking` ADD PRIMARY KEY (`id`); ALTER TABLE `booking` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=135;
This issue occur when the images folder is missed on the app repository ,
To fix this issue , please follow this steps :
1) in the main repository ( public_html) or the folder when your script exist , go to the uploads folder
2) Add new folder and name it Images
Done , go back to the dashboard refresh the page and try add new images.
Thank you