Sha256: b88deda6b49d069f5143a89af7bb871e8dd7349233e272e98811a8d5f30f58f1
Contents?: true
Size: 372 Bytes
Versions: 12
Compression:
Stored size: 372 Bytes
Contents
#!/usr/bin/env bash set -eu etag_file="$1" config_json_file="$2" curl --compressed \ -H "Content-Type: application/json; UTF8" \ -H "If-Match: $(cat $etag_file)" \ -H "Authorization: Bearer ${REMOTE_CONFIG_ACCESS_TOKEN}" \ -X PUT "https://firebaseremoteconfig.googleapis.com/v1/projects/${FIREBASE_PROJECT_ID}/remoteConfig" \ -d "@$config_json_file"
Version data entries
12 entries across 12 versions & 1 rubygems