Massimo Nicolardi

Results 2 issues of Massimo Nicolardi

The project name needs to be valid, and if it isn't, you'll get an error message. [tl;dr] The prompted "project name" is copied to the "name" field in the package.json....

Hi, I am facing with an issue with facebook login on IOS I am using this code ``` cfaSignInFacebook().subscribe( (user) => { alert("SUCCESS"); }, (err) => { alert("ERROR"+JSON.stringify(err)); console.log(JSON.stringify(err)); }...