Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save carlosrojaso/7113b5a6d04b850251bad9f859a45839 to your computer and use it in GitHub Desktop.
Save carlosrojaso/7113b5a6d04b850251bad9f859a45839 to your computer and use it in GitHub Desktop.
import { CloudSettings, CloudModule } from '@ionic/cloud-angular';
const cloudSettings: CloudSettings = {
'core': {
'app_id': 'APP_ID'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment