Moblize.it LLC
Moblize.it LLC
**Reproduction of the problem** i am using code like ``` export class StatChartComponent implements OnInit { public pieChartLabels: Label[] = ['Healthy Accounts', '']; public pieChartType: ChartType = 'doughnut'; public pieChartLegend...
i am failing to find an example for implementing the phone number authentication on ios. i have put the code like cfaSignInPhone('+1' + phoneNum).subscribe((user) => { console.log(user.phoneNumber) }) this does...
fax is a very common type of info when dealing with contacts and our app is dealing with business card scans. Please provide a fax icon
i have the below code that gives me access token but no refresh token. please advise. let callbackUrl = 'https://XXX.XX.ai' let oauth = OAuth.createInstance('MY APP CLIENT KEY','', callbackUrl); oauth.login().then( async...
I want to show user subscribe option only if they dont have an active subscription. my code is like below but i am getting undefined. ` constructor( public plt: Platform)...
We are using serverless functions and the code looks like below exports.generate_idcs_auth_code = functions.https.onRequest(async (req, res) => { try{ const am = new IdcsAuthenticationManager(oracleIdcsConfig); console.log("am is:", am) const rsp =...
i kind of modified the code to just have specific to what i need and it looks like below. My handshake is successful but still i do not see any...
in cometd_setup the call is var url = getCometdURL(data.conn, data.args); whereas the signature has only one parameter as below: function getCometdURL(conn:any) { return conn.instanceUrl + '/cometd/44.0'; }
### Operating System MacOS 14.6.1 ### Environment (if applicable) ionic ### Firebase SDK Version 11.4.0 ### Firebase SDK Product(s) Firestore ### Project Tooling ionic angular ### Detailed Problem Description running...
i am trying to deploy my app from android studio to my phone and see the below error stream indicating internet issue. but that is definitely not correct. as the...