Posts by Flávio Carlos • 17 points
2 posts
-
-1
votes1
answer50
viewsQ: Why when consulting firebase via snapshot, is returning that maps is not a function?
constructor() { super(); this.ref = firebase.firestore().collection('boards'); this.unsubscribe = null; this.state = { isLoading: true, boards: [] }; componentDidMount() { this.unsubscribe =…
-
1
votes0
answers52
viewsQ: Multidimensional Array in Lua
I’m trying to insert an array within a multidimensional... Example: local info = { [1] = {name = Felipe, idade = 21, rua = Alvorada}, [2] = {name = Carlos, idade = 23, rua = Lima}, [3] = {name =…
lua-tableasked Flávio Carlos 17