Click here to Skip to main content
16,017,297 members

Comments by tasinsahin (Top 22 by date)

tasinsahin 16-May-21 10:02am View    
there is no api for this website. I have to get website and login like WebBrowser tool in Winforms.
tasinsahin 13-May-20 6:03am View    
The website is not mine and I want to get data from the website. Any other way to achieve tihs?
tasinsahin 1-Feb-19 3:35am View    
thanks for the answer.
tasinsahin 9-Aug-18 8:51am View    
could you please provide more information?
tasinsahin 28-Jun-18 8:40am View    
Hi, thanks for the reply. I was trying to delete thousands of users in a client firebase app. That was the problem. I searched my problem and found out the answer. In order to update or delete users from single Ip, firebase Admin SDK should be used in a server app. Also, the ip address should be whitelist on firebase console. Now, I am creating http request to the server app with firebase Admin SDK and server does all the job.