Uncaught Error: Cannot find module "@firebase/auth"
@cheslyn wrote: This is related to Firebase on ionic. Am hitting upon a "Uncaught Error: Cannot find module “@firebase/auth”" Tried all the options listed on different threads I searched Looks like a...
View ArticleWhen i send notification from backed my app automatically closed
@flycoders_sourav wrote: When i send notification from backed my app automatically closed showing an error message myapp name has stopped How can i fix it? Please help me anyone Thanks Posts: 1...
View ArticleHow to change the default value of "padding"?
@_Ali94 wrote: As title, I want to change the default value of padding in ionic ! Is that possible ? Posts: 1 Participants: 1 Read full topic
View ArticleHide multiple input box on entered number
@sedar wrote: i have one which is having 1 to 10 value in . <ion-label> Select how many input fields</ion-label> <ion-select> <ion-option value="0"> Zero</ion-option>...
View ArticleCan't upload ios certificate
@ldrsgroup wrote: Hi All, I have an app. It’s app id (in the config.xml) is com.ldrsgroup.app I’ve created all required files on my Mac (.cer file, provisioning and i also have the p12 file) On the...
View ArticleSending image to post rest api
@amin-setayeshfar wrote: I have spent a lot of time reading ionic documentations and many online tutorials and questions everywhere but could not get it to work. constructor(public navCtrl:...
View ArticleProblem project Cordova lib
@RafaelAM wrote: I’m having trouble running the cordova build android command, giving this error of the image, being that I have android studio, the gradle, and the newer sdk installed, could anyone...
View ArticleWhat happend to Ionic playground?
@Pablo74 wrote: I used to use play.ionic.io, still have many ideas inside huge amount of playgrounds. This service is unavailable for now. So, simple question: what happend to play.ionic.io? Posts: 1...
View Article[Stencil] lazy-img component doesn't work after build production
@reedrichards wrote: I have just deployed a dummy stencil website to test the lazy-img component from the ionic-pwa-toolkit on firebase and it looks like the component doesn’t work. After this I...
View ArticleOverlay the shadow out ionic component
@nuruddinba691 wrote: The problem when I add shadow to any element inside any component not appear outside the parent component, There is Any way to overlay the shadow ? <ion-toolbar no-padding>...
View ArticleIonic cordova run/build ios --prod not updating
@sneceesay77 wrote: This is really strange. First I have seen this problem iOS build not updating with Xcode and “ionic run ios --prod” , code is not updating and I have tried whatever they have...
View ArticleWriting Data in Firebase for IONIC
@olajhidey wrote: Please need little help trying to write data to firebase "phoneNumbers" : { "07012345678": "user1", "06034345453": "user2", "09034564543": "user3", ... } How i do i achieve this in...
View ArticleFunction return value in object t and value stored in __zone_symbol__value:
@rsa wrote: in following code, I want to return the value but it returns an object: code : this.count = count(post.id); console.log(this.count); . . . count(id,url){ return new Promise(resolve =>...
View ArticleisTransitioning stays true when using --prod
@suyin wrote: I did encounter a very strange problem. When using --prod flag navController.isTransitioning() stays true forever, so that I am unable to use pop(). When compiling without the --prod...
View ArticleSelect/Unselect All option for ion select (or different component)
@coffeeee wrote: Hey, after some research there is apparently no solution to add an “Select/Unselect All” value for the ion Select component when using the multiple value selection, which would...
View ArticleIonic pro manual live update
@myspringday wrote: Hi I want users decide if downloading the new version or not with prompt alert. If I use method ‘auto’ or ‘background’ in prod mode, it will not ask it and just download. And if I...
View ArticleDynamic theming: Compile ionic scss with node-sass?
@user5555 wrote: I want to achieve dynamic theming with this steps: compiling an default version of the ionic scss compiling the version with a theme comparing the two and delete all classes in the...
View ArticleIonic + SQL?
@jbaima wrote: I’ve been using Ionic with Firebase and that has worked well. I’m thinking about developing a new app with a SQL backend. I’m interested in knowing what SQL backend is most...
View ArticleCan't change class variable inside of a function
@felipeguerrads wrote: Hi, i am trying to change a variable’s content inside of a function. The variable that i want to change is “hasAccess”, based on my web service’s response, indicating whether...
View ArticleHow to make a function not work if another function was called
@kingeke wrote: I have angularfireauth in my code… when the user logs in and assuming he closed the app or something, when the app opens back up it checks if there’s a user logged in with:...
View Article