Posts made by dev_lak
-
Flutter Fully Responsive UI
Watch Full Video on YouTube:
https://youtu.be/hntFZd5bddUMake sure to like + Subscribe!
-
Ionic Events App UI
Watch on YouTube :heart_eyes: - https://youtu.be/9DX5h4MpKG8
-
Flutter Web Tutorial
Let's create Landing Page using Flutter
Watch on YouTube :point_down:
https://youtu.be/PM-ASOgxBn8Source code link can found on video description.
Make sure to Like + Subscribe us to get more!
-
RE: Flutter Spotify App Redesigned
@root thanks machan, yeah flutter performing very well :heart_eyes: :heart_eyes:
-
Flutter Spotify App Redesigned
Redesigning Spotify Home Page Using Flutter
Watch full video on Youtube :point_right: https://youtu.be/HwDDF9e_vJQ
Link to Source Code can be found on YouTube Video description.
Give me support by š š
ā Subscribe ā Share ā Comment & Stay Connected! -
RE: Ionic Firebase social login help
@oditha ow facebook plugin eka danna one
-
RE: Problem on migration : products category foreign key
@kasun-rathnayake can you post the categories table migration?
-
RE: Ionic Firebase social login help
@oditha Auth Service
// Facebook Login fbLogin() { return this.fb.login(['email']); } // Callback method for Facebook Login onFbLoginSuccess(res: FacebookLoginResponse) { const credential = auth.auth.FacebookAuthProvider.credential(res.authResponse.accessToken); return this.ngFireAuth.signInWithCredential(credential); }
Login Page
this.auth.fbLogin() .then((response: FacebookLoginResponse) => { this.auth.onFbLoginSuccess(response) .then(user => { console.log(user.user) }) .catch(error => { this.util.presentToast('Authentication Failed'); console.log(error); }); }) .catch(error => { console.log(error); this.util.presentToast(error); this.dismissLoading(); })
-
RE: Ionic Firebase social login help
@oditha elakiri, mn code eka dannm eketh
-
RE: Ionic Firebase social login help
@oditha na bn, mukut ehma danna onnha, mage wada bn mn oka use krnne