Have an API done in firebase functions where I'm trying to connect to MSSQL but the firewall on the server is using a whitelist which make it difficult. I can not find my firebase functions IP(to add to whitelist) and attempt to ping URL was unsuccessful as well (getting error "ping request could not find host"). Any suggestions?
Asked
Active
Viewed 263 times
1
-
1Cloud Functions doesn't have a static IP address. You can expect that it might change over time, without warning. – Doug Stevenson Dec 19 '18 at 17:25
-
ok, understand that but is there any solution for my case...? – pb4now Dec 19 '18 at 19:19
-
1Did you read the duplicate? – Doug Stevenson Dec 19 '18 at 19:21
-
now I did - sorry for that, will give it a try('next level' -thing going on there) - ty for your help sir (y) – pb4now Dec 19 '18 at 19:58