Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I want to count the number of active users weekly/monthly using tableau and whenever a users opens the app (ios or android) the users should be counted as active.
Your friendly Tableau Server/Online administrator has all the data you need to do this.
When you say "the app" do you mean Tableau Mobile ? That might be a bit more tricky to do, but if there are certain workbooks that you only publish to mobile devices that would make the job easier.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I don't want to have users login or anything, so how would I capture and sort their data to firebase?
Is there anyway to code and have the app recognize people by their device?
Firebase provides an anonymous login feature. You can read more about it here:
https://firebase.google.com/docs/auth/ios/anonymous-auth
Also, if you choose to include a sign in feature later, you can convert the anonymous account into a permanent account while keeping their data.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want Making an application that works with FireBase.The application will be like this .
User profiles will be.
You can add friends.
You can uploads max 20 seconds videos.
How can i do this ?
Thanks for your interest.
I would recommend taking a look at these links
https://firebase.google.com/docs/database/
https://firebase.google.com/docs/storage/
Firebase has very good tutorials in getting you started with their database.
Good luck :)
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have a product consisting of hundreds of separate websites - each of which has a unique URL. Unfortunately it is not feasible for me to create a separate Facebook App ID for each website. Is it possible to configure one Facebook App ID that can be shared/used across all websites?
I know it's possible with subdomains but haven't had any luck finding much information about my situation.
Thanks!
There isn't. The only way it so redirect to a login page that is the same for all.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I was wondering, is it possible to publish an app to specific app stores, like ones where I know the ads will be targeted towards them? Or is there a way to set something in my app to do certain features for users in certain countries?
Yes.
In iTunesConnect when creating a new App, after the first couple pages there an option at the bottom to "specific stores". Click on this and select only the store you want the app to be available in.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm trying to set up test users using the "roles" tab in the facebook developer app but it is capping the number of test users I can add at 6 even though this http://developers.facebook.com/docs/test_users/ link says that you can add up to 500! When I try to add more by selecting 10 on the drop down menu it seems to be doing some processing but when it finishes nothing has been added.
Does anyone know why I am being capped at this number?
Facebook's interface for creating and managing test users is hell. Get the free FacebookTestUserManager (Windows only) and save yourself the headache. It's less buggy than Facebook's web interface.
If you're on a mac, google around there are other standalone test user managers out there.