Questions tagged [ionic-cloud-angular]
4 questions
2
votes
2 answers
Can't resolve all parameters for Deploy: (?, ?)
When I am trying to add ionic deploy service on an application I get the Following Error:

Mustafa Wali
- 146
- 7
0
votes
1 answer
Updating ionicdb using web api?
I wish to know if there is any way to update ionicdb using web api , or from a rest client tool. I know parse platform had it and firebaseDb also has it. But I could not find any documentation for ionic cloud db. It says how to set up in your…

Utsav Gupta
- 3,785
- 5
- 30
- 52
0
votes
1 answer
IONIC Serve : Runtime Error platform.toLowerCase is not a function
I am using push notification in ionic 2 app with below code
import { Push, PushToken } from '@ionic/cloud-angular';
@Component({...})
export MyPage {
constructor(public platform: Platform, public menu: MenuController, public push:…

Ankur Akvaliya
- 2,989
- 4
- 28
- 53
0
votes
2 answers
ionic serve - Runtime Error : Push plugin not found (IONIC 2)
I am using push notification in ionic 2 app with below code.
import { Push, PushToken } from '@ionic/cloud-angular';
@Component({...})
export MyPage {
constructor(public platform: Platform, public menu: MenuController, public push:…

Ankur Akvaliya
- 2,989
- 4
- 28
- 53