 
		
		
		
	Posts made by dev_lak
- 
    Ionic Events App UIposted in Mobile Application Development Watch on YouTube :heart_eyes: - https://youtu.be/9DX5h4MpKG8 
- 
    Flutter Web Tutorialposted in Web DevelopmentLet'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 Redesignedposted in Mobile Application Development@root thanks machan, yeah flutter performing very well :heart_eyes: :heart_eyes: 
- 
    Flutter Spotify App Redesignedposted in Mobile Application Development Redesigning Spotify Home Page Using FlutterWatch 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 helpposted in Hybrid App Development@oditha ow facebook plugin eka danna one 
- 
    RE: Problem on migration : products category foreign keyposted in Laravel Framework@kasun-rathnayake can you post the categories table migration? 
- 
    RE: Ionic Firebase social login helpposted in Hybrid App Development@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 helpposted in Hybrid App Development@oditha elakiri, mn code eka dannm eketh 
- 
    RE: Ionic Firebase social login helpposted in Hybrid App Development@oditha na bn, mukut ehma danna onnha, mage wada bn mn oka use krnne 
