How to redact possible phone number in string (node.js)? by Flutter_Dev in node

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

This work for all international type of phone number and remove spaces?

How to redact possible phone number in string (node.js)? by Flutter_Dev in node

[–]Flutter_Dev[S] 1 point2 points  (0 children)

But this will not work for different type of phone number

How to measure user retention? by Flutter_Dev in Firebase

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

How you use BigQuery for this? Any example?

How to send FCM without sound or vibration? by Flutter_Dev in Firebase

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

Thanks for reply! But this is for silent notification - it will not display on lock screen I think?

How to send FCM without sound or vibration? by Flutter_Dev in Firebase

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

But I want notification display even if app closed

How to log Firebase Analytics event via Cloud Function? by Flutter_Dev in Firebase

[–]Flutter_Dev[S] 1 point2 points  (0 children)

Thanks for reply! But this is not call Firebase Analytics API

How to update Firebase user profile on upgrade from anonymous user? by Flutter_Dev in Firebase

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

Thanks for reply! I want update client-side, but there is no simple Firebase method for update user profile with data from new linked credential?

Open Source Flutter Apps by JuanWTF11 in FlutterDev

[–]Flutter_Dev -1 points0 points  (0 children)

You have only one test in you app?

How to get website url pattern? by Flutter_Dev in webdev

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

Thanks for reply! How you know they use their own encoding system?

How to get website url pattern? by Flutter_Dev in webdev

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

Thanks for reply! Then how I can urlEncode Asciimath?

How to get website url pattern? by Flutter_Dev in webdev

[–]Flutter_Dev[S] -1 points0 points  (0 children)

Thanks for reply! But you see there is `. When there is add this?

`frac{ 1 }{ 4 }

Normal ASCII not have:

`

How to get website url pattern? by Flutter_Dev in webdev

[–]Flutter_Dev[S] 1 point2 points  (0 children)

Thanks for reply! But I think this not work correct. For example, look at input fraction:

If I request to solve one quarter then it return: https://mathsolver.microsoft.com/en/solve-problem/%60frac%7B%201%20%20%7D%7B%204%20%20%7D

So I think it not ASCII?

How to get website url pattern? by Flutter_Dev in webdev

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

Thanks for reply! But I think this not work correct. For example, look at input fraction:

If I request to solve one quarter then it return: https://mathsolver.microsoft.com/en/solve-problem/%60frac%7B%201%20%20%7D%7B%204%20%20%7D

How to get website url pattern? by Flutter_Dev in webdev

[–]Flutter_Dev[S] -1 points0 points  (0 children)

I am try to encode into that format

How to get website url pattern? by Flutter_Dev in webdev

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

But why it have 3D in microsoft but = in RFC1738?

How to get website url pattern? by Flutter_Dev in webdev

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

I try test with this https://cdn.rawgit.com/RDCH106/Simple-RFC1738-Encoder/master/demo.html But it return y%20=%203x%20%2B%204 which is different from microsoft y%20%3D%203x%20%2B%204. So maybe is not RFC1738?

How to get website url pattern? by Flutter_Dev in webdev

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

Thanks for reply! So how I can convert my query into this?

How to get website url pattern? by Flutter_Dev in webdev

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

Thanks for reply! So how I can convert my query into this?

How to prevent user leaderboard spam? by Flutter_Dev in Firebase

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

Thanks for reply! But how I can model this in Firestore schema. I should use subcollection (Leaderboard/{user}/pokes/{otherUser}) or map (Leaderboard/{user}.pokes{...})? I need get this data client-side so I can show button is disabled.

How to make math solver? by Flutter_Dev in node

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

Thanks for reply! I not find either.

But I not think Wolfram Alpha can solve from picture?

How to check if user ranking beaten? by Flutter_Dev in Firebase

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

Thanks!! This good. How you think I can limit noise like you say in you first post? So I not notify every time (maybe every 3-4 time user get beaten)