Hi Swapnil,
Very first a kind note: if any query or issue then do create a new thread under same plugin support section to get quick assist in future.
Now coming to your issue I check the logs you shared n it seems you're are missing something with resource file.
[2020-11-01T15:11:24.959Z] [ERROR] [Build] No zip file found containing google services configuration file
Hence make sure to follow proper steps mention above for configuration:
- Download the First of all, create a zip file containing both google-services.json and GoogleService-Info.plist.
- Next, rename your zip folder google-services. Make sure it only contains both configuration files!
- Afterwards, add it to the Resources tab of the mobile app in Service Studio.
Ensure that the following properties are correct:
Name: google-services.zip
Deploy action: deploy to target directory
Target directory: concatenation of firebase. and your app identifier.
Example of target directory:
App identifier:
com.outsystemscloud.swapnildhote.BroadcastApp
Target directory:
firebase.com.outsystemscloud.swapnildhote.BroadcastApp
Hope it helps,
Assif