0

I have a firebase function that wait for a post request from Admob for a rewarded video ad verification. When I try to validate my url in adbmob I get error 404, but when i manually try to send a post request to the url, i get a 200 message.

Mental
  • 43
  • 7

1 Answers1

0

The callback from admob is not a post but a get request. This was the solution.

Mental
  • 43
  • 7