Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49082

How to store checkbox values in Firestore

$
0
0

Hello, I’m trying to change firestore values checking boxes on Ionic 5, but don’t know how to deal with it, i need help, thank you.

That’s my code :slight_smile:

//TS

isSubscribed($event, id) {
console.log("Value checkbox: ", $event.target.value, id)
this.db.collection(‘users’).doc(id).set({
subscribed: $event.target.value
})
}

//HTML

{{ subscriber.fullname }}
  <ion-label>Subscribed</ion-label>

</ion-item>

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 49082

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>