Client
Configuration and compilation of the client side (Flutter)
Android
keytool -genkey -v -keystore keystore.jks -alias [your_alias_name] -keyalg RSA -keysize 2048 -validity 10000../gradlew signingreportandroid {
compileSdkVersion 33
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
defaultConfig {
// TODO: Specify your own unique Application ID
- applicationId com.ridy.taxi.rider
+ applicationId com.yourCompanyName.taxi.driveriOS

Firebase



π§ Configure API Base URL
Step 1: Locate the .env files
.env filesStep 2: Set the BASE_URL variable
BASE_URL variableLast updated