Searched refs:putJSONString (Results 1 – 1 of 1) sorted by relevance
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/universal/ |
| H A D | ScopedFirebaseCoreService.kt | 95 private fun MutableMap<String, String>.putJSONString( in putJSONString() method 137 putJSONString("projectId", googleServicesFile, "project_info.project_id") in getOptionsFromManifest() 138 putJSONString("messagingSenderId", googleServicesFile, "project_info.project_number") in getOptionsFromManifest() 139 putJSONString("databaseURL", googleServicesFile, "project_info.firebase_url") in getOptionsFromManifest() 140 putJSONString("storageBucket", googleServicesFile, "project_info.storage_bucket") in getOptionsFromManifest() 156 json.putJSONString("appId", client, "client_info.mobilesdk_app_id") in getOptionsFromManifest() 157 json.putJSONString( in getOptionsFromManifest() 164 json.putJSONString("apiKey", apiKey.getJSONObject(0), "current_key") in getOptionsFromManifest()
|