Guest User

Untitled

a guest
Jan 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. Parsing json file: /Users/plum/Documents/Projects/bci-project/app/platforms/android/google-services.json
  2. :processDebugGoogleServices FAILED
  3.  
  4. FAILURE: Build failed with an exception.
  5.  
  6. * What went wrong:
  7. Execution failed for task ':processDebugGoogleServices'.
  8. > No matching client found for package name 'io.ionic.starter'
  9.  
  10. {
  11. "project_info": {
  12. "project_number": "123",
  13. "firebase_url": "https://cordova-plugin-firebase.firebaseio.com",
  14. "project_id": "cordova-plugin-firebase",
  15. "storage_bucket": "cordova-plugin-firebase.appspot.com"
  16. },
  17. "client": [
  18. {
  19. "client_info": {
  20. "mobilesdk_app_id": "1:123:android:123",
  21. "android_client_info": {
  22. "package_name": "com.github.cordova_plugin_firebase"
  23. }
  24. },
  25. "oauth_client": [
  26. {
  27. "client_id": "123.apps.googleusercontent.com",
  28. "client_type": 3
  29. }
  30. ],
  31. "api_key": [
  32. {
  33. "current_key": "123"
  34. }
  35. ],
  36. "services": {
  37. "analytics_service": {
  38. "status": 1
  39. },
  40. "appinvite_service": {
  41. "status": 1,
  42. "other_platform_oauth_client": []
  43. },
  44. "ads_service": {
  45. "status": 2
  46. }
  47. }
  48. }
  49. ],
  50. "configuration_version": "1"
  51. }
Add Comment
Please, Sign In to add comment