Questions tagged [ionic-cloud]

27 questions
0
votes
1 answer

Change the Brand name of Ionic cloud auth password reset email

im using ionic cloud for authentication in my app, The password reset email sent has the subject Ionic App.I want to use My App Name as the subject. Not ionic App . How can i achieve this . Thanks
Diluk Angelo
  • 1,503
  • 11
  • 21
0
votes
1 answer

How to use Ionic Cloud with Angular 1.5

I've reached a bit of a dead-end and I am not sure how to proceed. I have developed my Web Application on Angular 1.5.9. I have just now ported over my web app to the Ionic App using ionic start app_name. Everything is working as it should. However,…
Neel
  • 9,352
  • 23
  • 87
  • 128
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
0 answers

TypeError: $ionicAuth.signup is not a function

I am using $ionicAuth service that deals with registration and logging in/out. I followed this tutorial https://docs.ionic.io/services/auth/#emailpassword-authentication and https://docs.ionic.io/setup.html - for setting up ionic cloud and using the…
user2301
  • 1,857
  • 6
  • 32
  • 63
0
votes
1 answer

What is the proper way to retrieve a token after it’s been registered?

After your push token has been registered, what is the proper way to retrieve the token again for future use? Previously, you were able to call a getStorageToken() function to retrieve the saved token on the device. With the new $ionicCloud method,…
zeropsi
  • 682
  • 9
  • 24
0
votes
1 answer

Upload to Ionic Cloud with specific credentials

I have 2 different accounts in Ionic Cloud, one is personal and the other is the professional one. I've logged out from both of them and then I want to create a new app_id in my professional account. So I run $ionic io init to generate the account,…
David
  • 3,364
  • 10
  • 41
  • 84
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:…
0
votes
1 answer

Why Push Notification on Ionic, won't work when i build with Ionic Package?

Push Notification is not working when i build the application when i use the command ionic package build android --profile Profile and when i use ionic build android it work for me, but Why? i need to work with ionic package not with ionic build
Rafael RN
  • 176
  • 1
  • 8
0
votes
1 answer

How to get Access_Token after authenticating with ionic cloud

I am using ionic cloud for Authentication, I am able to authenticate with LinkedIn and Google, now I need to call some api, which they need access token, but value of access token is undefined, this.user.social.linkedin.access_token
Reza
  • 18,865
  • 13
  • 88
  • 163
0
votes
0 answers

Why is the app_id on my Ionic.io dashboard different than the one on io-config.json?

On my Ionic.io dashboard, the app_id for my app is listed under the title as ID:a44fb59e but on my app folder, if I check the app_id in the .io-config.json file, my app_id is actually dee3748e. Am I missing something here?
mesllo
  • 545
  • 7
  • 29
0
votes
2 answers

Ionic Cloud: Getting Error Registry returned 404 for Get

I keep getting this error in my output when trying to package iOS through Ionic cloud "Error: Registry returned 404 for GET on https://registry.npmjs.org/[MyAppName]". I've followed a few other forum posts that I could find to no avail. Any help…
-2
votes
3 answers

ionic push notification not working after changed the apple id

Please note this: This question is no longer valid, because of ionic push notification has been shutdown now. As of February 1, 2018, we will no longer provide Push and Auth services. Anyone with an existing Cloud account can continue using …
coder
  • 8,346
  • 16
  • 39
  • 53
1
2