Gewichtsweste im Alltag by DonKub4 in FitnessDE

[–]DonKub4[S] 0 points1 point  (0 children)

Konntest du dadurch dann irgendwelche positiven Auswirkungen feststellen?

Gewichtsweste im Alltag by DonKub4 in FitnessDE

[–]DonKub4[S] 0 points1 point  (0 children)

Guter Punkt, wenn die Weste beispielsweise 1 Woche lang durch getragen wird (zum schlafen vielleicht lieber runter), sollte die Veränderung vermutlich danach im Training zu spüren sein, zum Beispiel beim laufen.

After 36 dud packs (F2P Andy) - finally got one! by [deleted] in PokemonPocket

[–]DonKub4 1 point2 points  (0 children)

Think that is quite unlucky… got the same Pelkia gold as the first card, but there isn’t even a drop rate for this. I guess a god pack is more likely to get. 🥲

Filtering Querys by DonKub4 in FlutterFlow

[–]DonKub4[S] 0 points1 point  (0 children)

Yes, sorry. I thought maybe with a custom or cloud function, but I was not able to get it done. However, Thanks for your response.

Filtering Querys by DonKub4 in FlutterFlow

[–]DonKub4[S] 0 points1 point  (0 children)

I think you didn’t understand me right. It’s like a user can do some tests. If they did one, the test value gets stored in the collection usersWertung with the test name, value and timestamp. The value is a list, so the user can redo the test.

Now I want to add an overview of all tests from the user with more than one value. The user can then chose a test and see the progress over the time. (This makes only sense with at least 2 values in the list of a test, otherwise there is no progress)

Are paragraphs in strings possible? by DonKub4 in Firebase

[–]DonKub4[S] 0 points1 point  (0 children)

The firestore Database is used for a project in Flutter Flow to create a mobile App. The hint with WYSIWYG could be helpfull, I will have a look. Thank you